Uses of Class
com.vladsch.flexmark.ast.Heading
Packages that use Heading
Package
Description
-
Uses of Heading in com.vladsch.flexmark.ast.util
Fields in com.vladsch.flexmark.ast.util with type parameters of type HeadingMethods in com.vladsch.flexmark.ast.util that return types with arguments of type HeadingModifier and TypeMethodDescriptionHeadingCollectingVisitor.collectAndGetHeadings
(Node node) HeadingCollectingVisitor.getHeadings()
Methods in com.vladsch.flexmark.ast.util with parameters of type Heading -
Uses of Heading in com.vladsch.flexmark.ext.spec.example.internal
Methods in com.vladsch.flexmark.ext.spec.example.internal with parameters of type HeadingModifier and TypeMethodDescription(package private) void
SpecExampleNodeFormatter.render
(Heading node, NodeFormatterContext context, MarkdownWriter markdown) -
Uses of Heading in com.vladsch.flexmark.ext.toc
Methods in com.vladsch.flexmark.ext.toc that return types with arguments of type HeadingModifier and TypeMethodDescriptionTocUtils.filteredHeadings
(List<Heading> headings, TocOptions tocOptions) TocUtils.htmlHeadingTexts
(NodeRendererContext context, List<Heading> headings, TocOptions tocOptions) TocUtils.markdownHeaderTexts
(List<Heading> headings, TocOptions tocOptions) Methods in com.vladsch.flexmark.ext.toc with parameters of type HeadingModifier and TypeMethodDescriptionprivate static String
TocUtils.getHeadingContent
(NodeRendererContext context, Heading header) private static String
TocUtils.getHeadingText
(Heading header) Method parameters in com.vladsch.flexmark.ext.toc with type arguments of type HeadingModifier and TypeMethodDescriptionTocUtils.filteredHeadings
(List<Heading> headings, TocOptions tocOptions) TocUtils.htmlHeadingTexts
(NodeRendererContext context, List<Heading> headings, TocOptions tocOptions) TocUtils.markdownHeaderTexts
(List<Heading> headings, TocOptions tocOptions) static void
TocUtils.renderTocContent
(MarkdownWriter markdown, TocOptions options, TocOptions defaultOptions, List<Heading> headings, List<String> headingTexts) -
Uses of Heading in com.vladsch.flexmark.ext.toc.internal
Method parameters in com.vladsch.flexmark.ext.toc.internal with type arguments of type HeadingModifier and TypeMethodDescriptionprivate void
SimTocNodeFormatter.renderTocHeaders
(MarkdownWriter markdown, List<Heading> headings, TocOptions options) private void
SimTocNodeRenderer.renderTocHeaders
(NodeRendererContext context, HtmlWriter html, Node node, List<Heading> headings, TocOptions options) private void
TocNodeRenderer.renderTocHeaders
(NodeRendererContext context, HtmlWriter html, Node node, List<Heading> headings, TocOptions options) -
Uses of Heading in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal with parameters of type HeadingModifier and TypeMethodDescriptionprivate void
CoreNodeFormatter.render
(Heading node, NodeFormatterContext context, MarkdownWriter markdown) -
Uses of Heading in com.vladsch.flexmark.html.renderer
Methods in com.vladsch.flexmark.html.renderer with parameters of type HeadingModifier and TypeMethodDescription(package private) void
CoreNodeRenderer.render
(Heading node, NodeRendererContext context, HtmlWriter html) -
Uses of Heading in com.vladsch.flexmark.jira.converter.internal
Methods in com.vladsch.flexmark.jira.converter.internal with parameters of type HeadingModifier and TypeMethodDescriptionprivate void
JiraConverterNodeRenderer.render
(Heading node, NodeRendererContext context, HtmlWriter html) -
Uses of Heading in com.vladsch.flexmark.parser.core
Fields in com.vladsch.flexmark.parser.core declared as Heading -
Uses of Heading in com.vladsch.flexmark.youtrack.converter.internal
Methods in com.vladsch.flexmark.youtrack.converter.internal with parameters of type HeadingModifier and TypeMethodDescriptionprivate void
YouTrackConverterNodeRenderer.render
(Heading node, NodeRendererContext context, HtmlWriter html)