Interface AnchorRefTargetBlockPreVisitor


  • public interface AnchorRefTargetBlockPreVisitor
    • Method Detail

      • preVisit

        boolean preVisit​(@NotNull
                         @NotNull com.vladsch.flexmark.util.ast.Node node,
                         @NotNull
                         @NotNull AnchorRefTargetBlockVisitor anchorRefTargetBlockVisitor)
        Test if node needs to have its children visited
        Parameters:
        node - node
        anchorRefTargetBlockVisitor - anchor ref target visitor, can be used to visit anchor ref targets
        Returns:
        true, if children of block node need to be visited