Package com.vladsch.flexmark.ast.util
Interface AnchorRefTargetBlockPreVisitor
public interface AnchorRefTargetBlockPreVisitor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
preVisit
(@NotNull Node node, @NotNull AnchorRefTargetBlockVisitor anchorRefTargetBlockVisitor) Test if node needs to have its children visited
-
Method Details
-
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
-