Uses of Interface
com.vladsch.flexmark.formatter.NodeFormatterFactory
-
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.abbreviation.internal
Classes in com.vladsch.flexmark.ext.abbreviation.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
AbbreviationNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.admonition.internal
Classes in com.vladsch.flexmark.ext.admonition.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
AdmonitionNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.aside.internal
Classes in com.vladsch.flexmark.ext.aside.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
AsideNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.attributes.internal
Classes in com.vladsch.flexmark.ext.attributes.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
AttributesNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.definition.internal
Classes in com.vladsch.flexmark.ext.definition.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
DefinitionNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.emoji.internal
Classes in com.vladsch.flexmark.ext.emoji.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
EmojiNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.enumerated.reference.internal
Classes in com.vladsch.flexmark.ext.enumerated.reference.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
EnumeratedReferenceNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.footnotes.internal
Classes in com.vladsch.flexmark.ext.footnotes.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
FootnoteNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.gitlab.internal
Classes in com.vladsch.flexmark.ext.gitlab.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
GitLabNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Classes in com.vladsch.flexmark.ext.jekyll.front.matter.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
JekyllFrontMatterNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.jekyll.tag.internal
Classes in com.vladsch.flexmark.ext.jekyll.tag.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
JekyllTagNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.macros.internal
Classes in com.vladsch.flexmark.ext.macros.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
MacrosNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.spec.example.internal
Classes in com.vladsch.flexmark.ext.spec.example.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
SpecExampleNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.tables.internal
Classes in com.vladsch.flexmark.ext.tables.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
TableNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.toc.internal
Classes in com.vladsch.flexmark.ext.toc.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
SimTocNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.wikilink.internal
Classes in com.vladsch.flexmark.ext.wikilink.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
WikiLinkNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.ext.yaml.front.matter.internal
Classes in com.vladsch.flexmark.ext.yaml.front.matter.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
YamlFrontMatterNodeFormatter.Factory
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type NodeFormatterFactory Modifier and Type Field Description (package private) java.util.List<NodeFormatterFactory>
Formatter.Builder. nodeFormatterFactories
(package private) java.util.List<NodeFormatterFactory>
Formatter. nodeFormatterFactories
Methods in com.vladsch.flexmark.formatter that return types with arguments of type NodeFormatterFactory Modifier and Type Method Description private static java.util.List<NodeFormatterFactory>
Formatter. calculateNodeFormatterFactories(java.util.List<NodeFormatterFactory> formatterFactories)
Methods in com.vladsch.flexmark.formatter with parameters of type NodeFormatterFactory Modifier and Type Method Description Formatter.Builder
Formatter.Builder. nodeFormatterFactory(NodeFormatterFactory nodeFormatterFactory)
Add a factory for instantiating a node renderer (done when rendering).Method parameters in com.vladsch.flexmark.formatter with type arguments of type NodeFormatterFactory Modifier and Type Method Description private static java.util.List<NodeFormatterFactory>
Formatter. calculateNodeFormatterFactories(java.util.List<NodeFormatterFactory> formatterFactories)
-
Uses of NodeFormatterFactory in com.vladsch.flexmark.formatter.internal
Classes in com.vladsch.flexmark.formatter.internal that implement NodeFormatterFactory Modifier and Type Class Description static class
CoreNodeFormatter.Factory
-