public class AdmonitionNodeRenderer extends Object implements com.vladsch.flexmark.html.renderer.PhasedNodeRenderer
| Modifier and Type | Class and Description |
|---|---|
static class |
AdmonitionNodeRenderer.Factory |
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.html.renderer.AttributablePart |
ADMONITION_BODY_PART |
static com.vladsch.flexmark.html.renderer.AttributablePart |
ADMONITION_HEADING_PART |
static com.vladsch.flexmark.html.renderer.AttributablePart |
ADMONITION_ICON_PART |
static com.vladsch.flexmark.html.renderer.AttributablePart |
ADMONITION_SVG_OBJECT_PART |
static com.vladsch.flexmark.html.renderer.AttributablePart |
ADMONITION_TITLE_PART |
| Constructor and Description |
|---|
AdmonitionNodeRenderer(com.vladsch.flexmark.util.options.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 static com.vladsch.flexmark.html.renderer.AttributablePart ADMONITION_SVG_OBJECT_PART
public static com.vladsch.flexmark.html.renderer.AttributablePart ADMONITION_HEADING_PART
public static com.vladsch.flexmark.html.renderer.AttributablePart ADMONITION_ICON_PART
public static com.vladsch.flexmark.html.renderer.AttributablePart ADMONITION_TITLE_PART
public static com.vladsch.flexmark.html.renderer.AttributablePart ADMONITION_BODY_PART
public AdmonitionNodeRenderer(com.vladsch.flexmark.util.options.DataHolder options)
public 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.PhasedNodeRendererpublic Set<com.vladsch.flexmark.html.renderer.NodeRenderingHandler<?>> getNodeRenderingHandlers()
getNodeRenderingHandlers in interface com.vladsch.flexmark.html.renderer.NodeRendererCopyright © 2019. All rights reserved.