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) voidSpecExampleNodeFormatter.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 StringTocUtils.getHeadingContent(NodeRendererContext context, Heading header) private static StringTocUtils.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 voidTocUtils.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 voidSimTocNodeFormatter.renderTocHeaders(MarkdownWriter markdown, List<Heading> headings, TocOptions options) private voidSimTocNodeRenderer.renderTocHeaders(NodeRendererContext context, HtmlWriter html, Node node, List<Heading> headings, TocOptions options) private voidTocNodeRenderer.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 voidCoreNodeFormatter.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) voidCoreNodeRenderer.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 voidJiraConverterNodeRenderer.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 voidYouTrackConverterNodeRenderer.render(Heading node, NodeRendererContext context, HtmlWriter html)