public class FootnoteNodeRenderer extends Object implements com.vladsch.flexmark.html.renderer.PhasedNodeRenderer
| Modifier and Type | Class and Description |
|---|---|
static class |
FootnoteNodeRenderer.Factory |
| Constructor and Description |
|---|
FootnoteNodeRenderer(com.vladsch.flexmark.util.data.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
Set<com.vladsch.flexmark.html.renderer.NodeRenderingHandler<?>> |
getNodeRenderingHandlers() |
Set<com.vladsch.flexmark.html.renderer.RenderingPhase> |
getRenderingPhases() |
void |
renderDocument(com.vladsch.flexmark.html.renderer.NodeRendererContext context,
com.vladsch.flexmark.html.HtmlWriter html,
com.vladsch.flexmark.util.ast.Document document,
com.vladsch.flexmark.html.renderer.RenderingPhase phase) |
public FootnoteNodeRenderer(com.vladsch.flexmark.util.data.DataHolder options)
public Set<com.vladsch.flexmark.html.renderer.NodeRenderingHandler<?>> getNodeRenderingHandlers()
getNodeRenderingHandlers in interface com.vladsch.flexmark.html.renderer.NodeRendererpublic Set<com.vladsch.flexmark.html.renderer.RenderingPhase> getRenderingPhases()
getRenderingPhases in interface com.vladsch.flexmark.html.renderer.PhasedNodeRendererpublic void renderDocument(com.vladsch.flexmark.html.renderer.NodeRendererContext context,
com.vladsch.flexmark.html.HtmlWriter html,
com.vladsch.flexmark.util.ast.Document document,
com.vladsch.flexmark.html.renderer.RenderingPhase phase)
renderDocument in interface com.vladsch.flexmark.html.renderer.PhasedNodeRendererCopyright © 2019. All rights reserved.