Package org.commonmark.renderer.html
Interface HtmlNodeRendererFactory
public interface HtmlNodeRendererFactory
Factory for instantiating new node renderers when rendering is done.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(HtmlNodeRendererContext context) Create a new node renderer for the specified rendering context.
-
Method Details
-
create
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
-