Node) and visitors (see AbstractVisitor)See: Description
| Interface | Description |
|---|---|
| Delimited |
A node that uses delimiters in the source form (e.g.
|
| Visitor |
Node visitor.
|
| 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 block
|
| HtmlInline |
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 multiple
Nodes. |
| OrderedList | |
| Paragraph |
A paragraph block, contains inline nodes such as
Text |
| 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 |
Node) and visitors (see AbstractVisitor)Copyright © 2021. All rights reserved.