Package com.vladsch.flexmark.ast.util
Interface AnchorRefTargetBlockPreVisitor
-
public interface AnchorRefTargetBlockPreVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanpreVisit(@NotNull Node node, @NotNull AnchorRefTargetBlockVisitor anchorRefTargetBlockVisitor)Test if node needs to have its children visited
-
-
-
Method Detail
-
preVisit
boolean preVisit(@NotNull @NotNull Node node, @NotNull @NotNull AnchorRefTargetBlockVisitor anchorRefTargetBlockVisitor)Test if node needs to have its children visited- Parameters:
node- nodeanchorRefTargetBlockVisitor- anchor ref target visitor, can be used to visit anchor ref targets- Returns:
- true, if children of block node need to be visited
-
-