Uses of Interface
org.commonmark.node.Visitor
Packages that use Visitor
Package
Description
AST node types (see
Node
) and visitors (see AbstractVisitor
)HTML rendering (see
HtmlRenderer
)Markdown rendering (see
MarkdownRenderer
)Plain text rendering with minimal markup (see
TextContentRenderer
)-
Uses of Visitor in org.commonmark.ext.autolink.internal
Classes in org.commonmark.ext.autolink.internal that implement Visitor -
Uses of Visitor in org.commonmark.ext.footnotes.internal
Classes in org.commonmark.ext.footnotes.internal that implement VisitorModifier and TypeClassDescriptionprivate static class
private static class
Visit footnote references/inline footnotes inside the parent (but not the parent itself). -
Uses of Visitor in org.commonmark.ext.front.matter
Classes in org.commonmark.ext.front.matter that implement Visitor -
Uses of Visitor in org.commonmark.ext.task.list.items.internal
Classes in org.commonmark.ext.task.list.items.internal that implement VisitorModifier and TypeClassDescriptionprivate static class
-
Uses of Visitor in org.commonmark.node
Classes in org.commonmark.node that implement VisitorModifier and TypeClassDescriptionclass
Abstract visitor that visits all children by default.Methods in org.commonmark.node with parameters of type VisitorModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
abstract void
void
void
void
void
void
void
-
Uses of Visitor in org.commonmark.renderer.html
Classes in org.commonmark.renderer.html that implement VisitorModifier and TypeClassDescriptionclass
The node renderer that renders all the core nodes (comes last in the order of node renderers).private static class
-
Uses of Visitor in org.commonmark.renderer.markdown
Classes in org.commonmark.renderer.markdown that implement VisitorModifier and TypeClassDescriptionclass
The node renderer that renders all the core nodes (comes last in the order of node renderers).private static class
Visits nodes to check if there are any soft or hard line breaks. -
Uses of Visitor in org.commonmark.renderer.text
Classes in org.commonmark.renderer.text that implement VisitorModifier and TypeClassDescriptionclass
The node renderer that renders all the core nodes (comes last in the order of node renderers).