Package org.commonmark.renderer.text
Interface TextContentNodeRendererFactory
-
public interface TextContentNodeRendererFactory
Factory for instantiating new node renderers when rendering is done.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeRenderer
create(TextContentNodeRendererContext context)
Create a new node renderer for the specified rendering context.
-
-
-
Method Detail
-
create
NodeRenderer create(TextContentNodeRendererContext context)
Create a new node renderer for the specified rendering context.- Parameters:
context
- the context for rendering (normally passed on to the node renderer)- Returns:
- a node renderer
-
-