Uses of Interface
org.commonmark.renderer.text.TextContentNodeRendererFactory
-
Packages that use TextContentNodeRendererFactory Package Description org.commonmark.renderer.text Plain text rendering with minimal markup (seeTextContentRenderer
) -
-
Uses of TextContentNodeRendererFactory in org.commonmark.renderer.text
Fields in org.commonmark.renderer.text with type parameters of type TextContentNodeRendererFactory Modifier and Type Field Description private java.util.List<TextContentNodeRendererFactory>
TextContentRenderer.Builder. nodeRendererFactories
private java.util.List<TextContentNodeRendererFactory>
TextContentRenderer. nodeRendererFactories
Methods in org.commonmark.renderer.text with parameters of type TextContentNodeRendererFactory Modifier and Type Method Description TextContentRenderer.Builder
TextContentRenderer.Builder. nodeRendererFactory(TextContentNodeRendererFactory nodeRendererFactory)
Add a factory for instantiating a node renderer (done when rendering).
-