public interface PhasedNodeFormatter extends NodeFormatter
| Modifier and Type | Method and Description |
|---|---|
Set<FormattingPhase> |
getFormattingPhases() |
void |
renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
Document document,
FormattingPhase phase)
Render the specified node.
|
getNodeClasses, getNodeFormattingHandlersSet<FormattingPhase> getFormattingPhases()
void renderDocument(NodeFormatterContext context, MarkdownWriter markdown, Document document, FormattingPhase phase)
context - node renderer context instancemarkdown - markdown writer instancedocument - the document node to renderphase - rendering phase for which to generate the output. Will be any of FormattingPhase except FormattingPhase.DOCUMENT because this phase is used for the non-phased node renderingCopyright © 2018. All rights reserved.