| BlankLineBreakNode |
Implemented by nodes after which text collecting visitor should add a line break regardless of whether there is a previous line break
|
| BlankLineContainer |
|
| BlockQuoteLike |
|
| BlockTracker |
|
| Content |
A node that uses delimiters in the source form (e.g.
|
| DelimitedNode |
|
| DoNotAttributeDecorate |
To be implemented by nodes marking their text as not for attachment by attributes
|
| DoNotCollectText |
To be implemented by nodes marking their text as not for collection
|
| DoNotDecorate |
To be implemented by nodes marking their text as not for conversion to links or other decoration methods by extensions
|
| DoNotLinkDecorate |
To be implemented by nodes marking their text as not for conversion to links or other decoration methods by extensions
|
| DoNotTrim |
To be implemented by nodes marking their text as not to be trimmed because they represent whitespace or EOL text
|
| IParse |
Interface to generic parser for RenderingTestCase customizations
|
| IRender |
Render interface for rendering implementation for RenderingTestCase
|
| KeepTrailingBlankLineContainer |
|
| LineBreakNode |
Implemented by nodes after which text collecting visitor should add a line break
|
| NodeTracker |
|
| NodeVisitHandler |
Interface to visit variations on specific nodes:
visit() visiting node and if no handler defined then visit node's children
visitNodeOnly() visit node and if no handler then do not process children
visitChildren() visit node's children
|
| NonRenderingInline |
Non rendering inline node, paragraphs containing only these types are not rendered because they are empty
|
| ReferenceNode<R extends NodeRepository<B>,B extends Node,N extends Node> |
|
| ReferencingNode<R extends NodeRepository<B>,B extends ReferenceNode> |
|
| TextContainer |
|
| TypographicText |
|
| Visitor<N extends Node> |
Node visitor interface
|