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 | |
| 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.
|
| ListBlock | |
| ListItem | |
| Node | |
| OrderedList | |
| Paragraph | |
| SoftLineBreak | |
| StrongEmphasis | |
| Text | |
| ThematicBreak |
Node) and visitors (see AbstractVisitor)Copyright © 2016 Atlassian. All rights reserved.