| Modifier and Type | Class and Description |
|---|---|
static class |
TextContentRenderer.Builder
Builder for configuring an
TextContentRenderer. |
static interface |
TextContentRenderer.TextContentRendererExtension
Extension for
TextContentRenderer. |
| Modifier and Type | Method and Description |
|---|---|
static TextContentRenderer.Builder |
builder()
Create a new builder for configuring an
TextContentRenderer. |
String |
render(Node node)
Render the tree of nodes to string.
|
void |
render(Node node,
Appendable output)
Render the tree of nodes to output.
|
public static TextContentRenderer.Builder builder()
TextContentRenderer.public void render(Node node, Appendable output)
RendererCopyright © 2021. All rights reserved.