public class CoreNodeRenderer extends Object implements NodeRenderer
| Modifier and Type | Class and Description |
|---|---|
static class |
CoreNodeRenderer.Factory |
| Modifier and Type | Field and Description |
|---|---|
static AttributablePart |
CODE_CONTENT |
static AttributablePart |
LOOSE_LIST_ITEM |
static AttributablePart |
PARAGRAPH_LINE |
static AttributablePart |
TIGHT_LIST_ITEM |
| Constructor and Description |
|---|
CoreNodeRenderer(com.vladsch.flexmark.util.options.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
Set<NodeRenderingHandler<?>> |
getNodeRenderingHandlers() |
static boolean |
isSuppressedLinkPrefix(CharSequence url,
NodeRendererContext context) |
void |
renderHtmlBlock(HtmlBlockBase node,
NodeRendererContext context,
HtmlWriter html,
boolean suppress,
boolean escape,
boolean trimSpaces) |
void |
renderInlineHtml(HtmlInlineBase node,
NodeRendererContext context,
HtmlWriter html,
boolean suppress,
boolean escape) |
void |
renderTextBlockParagraphLines(Paragraph node,
NodeRendererContext context,
HtmlWriter html,
boolean wrapTextInSpan) |
public static final AttributablePart LOOSE_LIST_ITEM
public static final AttributablePart TIGHT_LIST_ITEM
public static final AttributablePart PARAGRAPH_LINE
public static final AttributablePart CODE_CONTENT
public CoreNodeRenderer(com.vladsch.flexmark.util.options.DataHolder options)
public Set<NodeRenderingHandler<?>> getNodeRenderingHandlers()
getNodeRenderingHandlers in interface NodeRendererpublic void renderTextBlockParagraphLines(Paragraph node, NodeRendererContext context, HtmlWriter html, boolean wrapTextInSpan)
public void renderHtmlBlock(HtmlBlockBase node, NodeRendererContext context, HtmlWriter html, boolean suppress, boolean escape, boolean trimSpaces)
public void renderInlineHtml(HtmlInlineBase node, NodeRendererContext context, HtmlWriter html, boolean suppress, boolean escape)
public static boolean isSuppressedLinkPrefix(CharSequence url, NodeRendererContext context)
Copyright © 2018. All rights reserved.