Class FootnoteHtmlNodeRenderer.ShallowReferenceVisitor

java.lang.Object
org.commonmark.node.AbstractVisitor
org.commonmark.ext.footnotes.internal.FootnoteHtmlNodeRenderer.ShallowReferenceVisitor
All Implemented Interfaces:
Visitor
Enclosing class:
FootnoteHtmlNodeRenderer

private static class FootnoteHtmlNodeRenderer.ShallowReferenceVisitor extends AbstractVisitor
Visit footnote references/inline footnotes inside the parent (but not the parent itself). We want a shallow visit because the caller wants to control when to descend.