public class YouTrackConverterNodeRenderer extends Object implements com.vladsch.flexmark.html.renderer.NodeRenderer
| Modifier and Type | Class and Description |
|---|---|
static class |
YouTrackConverterNodeRenderer.Factory |
| Constructor and Description |
|---|
YouTrackConverterNodeRenderer(com.vladsch.flexmark.util.data.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) |
boolean |
isLastBlockQuoteChild(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) |
com.vladsch.flexmark.html.HtmlWriter |
tailBlankLine(com.vladsch.flexmark.util.ast.Node node,
int count,
com.vladsch.flexmark.html.HtmlWriter html) |
public YouTrackConverterNodeRenderer(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 boolean isLastBlockQuoteChild(com.vladsch.flexmark.util.ast.Node node)
public com.vladsch.flexmark.html.HtmlWriter tailBlankLine(com.vladsch.flexmark.util.ast.Node node,
int count,
com.vladsch.flexmark.html.HtmlWriter html)
public 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.