Class AnchorRefTargetBlockVisitor


  • public abstract class AnchorRefTargetBlockVisitor
    extends com.vladsch.flexmark.util.ast.NodeVisitorBase
    Abstract visitor that visits only children of blocks excluding Paragraphs

    Can be used to only process block nodes efficiently skipping text. If you override a method and want visiting to descend into children, call NodeVisitorBase.visitChildren(com.vladsch.flexmark.util.ast.Node).

    • Constructor Detail

      • AnchorRefTargetBlockVisitor

        public AnchorRefTargetBlockVisitor()
    • Method Detail

      • preVisit

        protected boolean preVisit​(@NotNull
                                   @NotNull com.vladsch.flexmark.util.ast.Node node)
      • visit

        public void visit​(@NotNull
                          @NotNull com.vladsch.flexmark.util.ast.Node node)
        Specified by:
        visit in class com.vladsch.flexmark.util.ast.NodeVisitorBase