public interface TextContentNodeRendererContext
| Modifier and Type | Method and Description |
|---|---|
TextContentWriter |
getWriter() |
void |
render(Node node)
Render the specified node and its children using the configured renderers.
|
boolean |
stripNewlines() |
boolean stripNewlines()
TextContentWriter getWriter()
void render(Node node)
node - the node to renderCopyright © 2021. All rights reserved.