Uses of Class
com.vladsch.flexmark.ast.HtmlBlockBase
-
Packages that use HtmlBlockBase Package Description com.vladsch.flexmark.ast AST node types (seeNode
) and visitors (seeNodeVisitor
)com.vladsch.flexmark.formatter.internal com.vladsch.flexmark.html.renderer com.vladsch.flexmark.jira.converter.internal com.vladsch.flexmark.parser.core com.vladsch.flexmark.youtrack.converter.internal -
-
Uses of HtmlBlockBase in com.vladsch.flexmark.ast
Subclasses of HtmlBlockBase in com.vladsch.flexmark.ast Modifier and Type Class Description class
HtmlBlock
HTML blockclass
HtmlCommentBlock
HTML blockclass
HtmlInnerBlock
Inline HTML element.class
HtmlInnerBlockComment
Inline HTML element. -
Uses of HtmlBlockBase in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal with parameters of type HtmlBlockBase Modifier and Type Method Description private void
CoreNodeFormatter. render(HtmlBlockBase node, NodeFormatterContext context, MarkdownWriter markdown)
-
Uses of HtmlBlockBase in com.vladsch.flexmark.html.renderer
Methods in com.vladsch.flexmark.html.renderer with parameters of type HtmlBlockBase Modifier and Type Method Description static void
CoreNodeRenderer. renderHtmlBlock(HtmlBlockBase node, NodeRendererContext context, HtmlWriter html, boolean suppress, boolean escape, boolean trimSpaces)
-
Uses of HtmlBlockBase in com.vladsch.flexmark.jira.converter.internal
Methods in com.vladsch.flexmark.jira.converter.internal with parameters of type HtmlBlockBase Modifier and Type Method Description void
JiraConverterNodeRenderer. renderHtmlBlock(HtmlBlockBase node, NodeRendererContext context, HtmlWriter html, boolean suppress, boolean escape)
-
Uses of HtmlBlockBase in com.vladsch.flexmark.parser.core
Fields in com.vladsch.flexmark.parser.core declared as HtmlBlockBase Modifier and Type Field Description private HtmlBlockBase
HtmlBlockParser. block
-
Uses of HtmlBlockBase in com.vladsch.flexmark.youtrack.converter.internal
Methods in com.vladsch.flexmark.youtrack.converter.internal with parameters of type HtmlBlockBase Modifier and Type Method Description void
YouTrackConverterNodeRenderer. renderHtmlBlock(HtmlBlockBase node, NodeRendererContext context, HtmlWriter html, boolean suppress, boolean escape)
-