public class JiraConverterNodeRenderer extends Object implements com.vladsch.flexmark.html.renderer.NodeRenderer
| Modifier and Type | Class and Description |
|---|---|
static class |
JiraConverterNodeRenderer.Factory |
| Constructor and Description |
|---|
JiraConverterNodeRenderer(com.vladsch.flexmark.util.options.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
Set<com.vladsch.flexmark.html.renderer.NodeRenderingHandler<?>> |
getNodeRenderingHandlers() |
static com.vladsch.flexmark.util.sequence.BasedSequence |
getSoftLineBreakSpan(com.vladsch.flexmark.util.ast.Node node) |
void |
renderHtmlBlock(com.vladsch.flexmark.ast.HtmlBlockBase node,
com.vladsch.flexmark.html.renderer.NodeRendererContext context,
com.vladsch.flexmark.html.HtmlWriter html,
boolean suppress,
boolean escape) |
void |
renderInlineHtml(com.vladsch.flexmark.ast.HtmlInlineBase node,
com.vladsch.flexmark.html.renderer.NodeRendererContext context,
com.vladsch.flexmark.html.HtmlWriter html,
boolean suppress,
boolean escape) |
public JiraConverterNodeRenderer(com.vladsch.flexmark.util.options.DataHolder options)
public Set<com.vladsch.flexmark.html.renderer.NodeRenderingHandler<?>> getNodeRenderingHandlers()
getNodeRenderingHandlers in interface com.vladsch.flexmark.html.renderer.NodeRendererpublic static com.vladsch.flexmark.util.sequence.BasedSequence getSoftLineBreakSpan(com.vladsch.flexmark.util.ast.Node node)
public void renderHtmlBlock(com.vladsch.flexmark.ast.HtmlBlockBase node,
com.vladsch.flexmark.html.renderer.NodeRendererContext context,
com.vladsch.flexmark.html.HtmlWriter html,
boolean suppress,
boolean escape)
public void renderInlineHtml(com.vladsch.flexmark.ast.HtmlInlineBase node,
com.vladsch.flexmark.html.renderer.NodeRendererContext context,
com.vladsch.flexmark.html.HtmlWriter html,
boolean suppress,
boolean escape)
Copyright © 2020. All rights reserved.