CoreTextContentNodeRenderer

The node renderer that renders all the core nodes (comes last in the order of node renderers).

Constructors

this
this(TextContentNodeRendererContext context)
Undocumented in source.

Members

Functions

getNodeTypes
Set!TypeInfo_Class getNodeTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Document document)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(BlockQuote blockQuote)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(BulletList bulletList)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Code code)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FencedCodeBlock fencedCodeBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(HardLineBreak hardLineBreak)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Heading heading)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ThematicBreak thematicBreak)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(HtmlInline htmlInline)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(HtmlBlock htmlBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Image image)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IndentedCodeBlock indentedCodeBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Link link)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ListItem listItem)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(OrderedList orderedList)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Paragraph paragraph)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(SoftLineBreak softLineBreak)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Text text)
Undocumented in source. Be warned that the author may not have intended to support it.
visitChildren
void visitChildren(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
TextContentNodeRendererContext context;
Undocumented in source.

Inherited Members

From AbstractVisitor

visit
void visit(BlockQuote blockQuote)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(BulletList bulletList)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Code code)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Document document)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Emphasis emphasis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FencedCodeBlock fencedCodeBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(HardLineBreak hardLineBreak)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Heading heading)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ThematicBreak thematicBreak)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(HtmlInline htmlInline)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(HtmlBlock htmlBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Image image)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IndentedCodeBlock indentedCodeBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Link link)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ListItem listItem)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(OrderedList orderedList)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Paragraph paragraph)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(SoftLineBreak softLineBreak)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StrongEmphasis strongEmphasis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Text text)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(CustomBlock customBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(CustomNode customNode)
Undocumented in source. Be warned that the author may not have intended to support it.
visitChildren
void visitChildren(Node parent)

Visit the child nodes.

From NodeRenderer

getNodeTypes
Set!TypeInfo_Class getNodeTypes()

@return the types of nodes that this renderer handles

render
void render(Node node)

Render the specified node.

Meta