Uses of Interface
org.commonmark.renderer.NodeRenderer
Packages that use NodeRenderer
Package
Description
HTML rendering (see
HtmlRenderer)Markdown rendering (see
MarkdownRenderer)Plain text rendering with minimal markup (see
TextContentRenderer)-
Uses of NodeRenderer in org.commonmark.renderer.html
Classes in org.commonmark.renderer.html that implement NodeRendererModifier and TypeClassDescriptionclassThe node renderer that renders all the core nodes (comes last in the order of node renderers).Methods in org.commonmark.renderer.html that return NodeRendererModifier and TypeMethodDescriptionHtmlNodeRendererFactory.create(HtmlNodeRendererContext context) Create a new node renderer for the specified rendering context. -
Uses of NodeRenderer in org.commonmark.renderer.markdown
Classes in org.commonmark.renderer.markdown that implement NodeRendererModifier and TypeClassDescriptionclassThe node renderer that renders all the core nodes (comes last in the order of node renderers).Methods in org.commonmark.renderer.markdown that return NodeRendererModifier and TypeMethodDescriptionMarkdownNodeRendererFactory.create(MarkdownNodeRendererContext context) Create a new node renderer for the specified rendering context. -
Uses of NodeRenderer in org.commonmark.renderer.text
Classes in org.commonmark.renderer.text that implement NodeRendererModifier and TypeClassDescriptionclassThe node renderer that renders all the core nodes (comes last in the order of node renderers).Methods in org.commonmark.renderer.text that return NodeRendererModifier and TypeMethodDescriptionTextContentNodeRendererFactory.create(TextContentNodeRendererContext context) Create a new node renderer for the specified rendering context.