Package org.commonmark.node
AST node types (see
Node
) and visitors (see AbstractVisitor
)-
Interface Summary Interface Description Delimited A node that uses delimiters in the source form (e.g.Visitor Node visitor. -
Class Summary Class Description AbstractVisitor Abstract visitor that visits all children by default.Block Block nodes such as paragraphs, list blocks, code blocks etc.BlockQuote BulletList Code CustomBlock CustomNode Document Emphasis FencedCodeBlock HardLineBreak Heading HtmlBlock HTML blockHtmlInline Inline HTML element.Image IndentedCodeBlock Link A link with a destination and an optional title; the link text is in child nodes.LinkReferenceDefinition A link reference definition, e.g.:ListBlock ListItem Node The base class of all CommonMark AST nodes (Block
and inlines).Nodes Utility class for working with multipleNode
s.Nodes.NodeIterable Nodes.NodeIterator OrderedList Paragraph A paragraph block, contains inline nodes such asText
SoftLineBreak SourceSpan A source span references a snippet of text from the source input.SourceSpans A list of source spans that can be added to.StrongEmphasis Text ThematicBreak