Uses of Interface
org.commonmark.renderer.text.TextContentNodeRendererFactory
Packages that use TextContentNodeRendererFactory
-
Uses of TextContentNodeRendererFactory in org.commonmark.renderer.text
Fields in org.commonmark.renderer.text with type parameters of type TextContentNodeRendererFactoryModifier and TypeFieldDescriptionprivate List
<TextContentNodeRendererFactory> TextContentRenderer.Builder.nodeRendererFactories
private final List
<TextContentNodeRendererFactory> TextContentRenderer.nodeRendererFactories
Methods in org.commonmark.renderer.text with parameters of type TextContentNodeRendererFactoryModifier and TypeMethodDescriptionTextContentRenderer.Builder.nodeRendererFactory
(TextContentNodeRendererFactory nodeRendererFactory) Add a factory for instantiating a node renderer (done when rendering).