Package org.commonmark.node
package org.commonmark.node
AST node types (see
Node
) and visitors (see AbstractVisitor
)-
ClassDescriptionAbstract visitor that visits all children by default.Block nodes such as paragraphs, list blocks, code blocks etc.A map that can be used to store and look up reference definitions by a label.A node that uses delimiters in the source form (e.g.HTML blockInline HTML element.A link with a destination and an optional title; the link text is in child nodes.A link reference definition, e.g.:The base class of all CommonMark AST nodes (
Block
and inlines).Utility class for working with multipleNode
s.A paragraph block, contains inline nodes such asText
A source span references a snippet of text from the source input.A list of source spans that can be added to.Node visitor.