public interface PhasedHtmlNodeRenderer extends HtmlNodeRenderer
| Modifier and Type | Method and Description |
|---|---|
Set<HtmlConverterPhase> |
getHtmlConverterPhases() |
void |
renderDocument(HtmlNodeConverterContext context,
com.vladsch.flexmark.util.sequence.LineAppendable markdown,
org.jsoup.nodes.Document document,
HtmlConverterPhase phase)
Render the specified node.
|
getHtmlNodeRendererHandlersSet<HtmlConverterPhase> getHtmlConverterPhases()
void renderDocument(HtmlNodeConverterContext context, com.vladsch.flexmark.util.sequence.LineAppendable markdown, org.jsoup.nodes.Document document, HtmlConverterPhase 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 HtmlConverterPhase except HtmlConverterPhase.DOCUMENT because this phase is used for the non-phased node renderingCopyright © 2020. All rights reserved.