TextContentNodeRendererFactory

Factory for instantiating new node renderers when rendering is done.

interface TextContentNodeRendererFactory {}

Members

Functions

create
NodeRenderer create(TextContentNodeRendererContext context)

Create a new node renderer for the specified rendering context.

Meta