Uses of Interface
com.vladsch.flexmark.parser.block.CustomBlockParserFactory
-
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.abbreviation.internal
Classes in com.vladsch.flexmark.ext.abbreviation.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
AbbreviationBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.admonition.internal
Classes in com.vladsch.flexmark.ext.admonition.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
AdmonitionBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.aside.internal
Classes in com.vladsch.flexmark.ext.aside.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
AsideBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.definition.internal
Classes in com.vladsch.flexmark.ext.definition.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
DefinitionItemBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.enumerated.reference.internal
Classes in com.vladsch.flexmark.ext.enumerated.reference.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
EnumeratedReferenceBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.footnotes.internal
Classes in com.vladsch.flexmark.ext.footnotes.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
FootnoteBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.gitlab.internal
Classes in com.vladsch.flexmark.ext.gitlab.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
GitLabBlockQuoteParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Classes in com.vladsch.flexmark.ext.jekyll.front.matter.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
JekyllFrontMatterBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.jekyll.tag.internal
Classes in com.vladsch.flexmark.ext.jekyll.tag.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
JekyllTagBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.macros.internal
Classes in com.vladsch.flexmark.ext.macros.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
MacroDefinitionBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.spec.example.internal
Classes in com.vladsch.flexmark.ext.spec.example.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
SpecExampleBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.toc.internal
Classes in com.vladsch.flexmark.ext.toc.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
SimTocBlockParser.Factory
static class
TocBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.xwiki.macros.internal
Classes in com.vladsch.flexmark.ext.xwiki.macros.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
MacroBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.yaml.front.matter.internal
Classes in com.vladsch.flexmark.ext.yaml.front.matter.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
YamlFrontMatterBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement CustomBlockParserFactory Modifier and Type Class Description static class
ZzzzzzBlockParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type CustomBlockParserFactory Modifier and Type Field Description private java.util.List<CustomBlockParserFactory>
Parser. blockParserFactories
(package private) java.util.List<CustomBlockParserFactory>
Parser.Builder. blockParserFactories
Methods in com.vladsch.flexmark.parser with parameters of type CustomBlockParserFactory Modifier and Type Method Description Parser.Builder
Parser.Builder. customBlockParserFactory(CustomBlockParserFactory blockParserFactory)
Adds a custom block parser factory. -
Uses of CustomBlockParserFactory in com.vladsch.flexmark.parser.core
Classes in com.vladsch.flexmark.parser.core that implement CustomBlockParserFactory Modifier and Type Class Description static class
BlockQuoteParser.Factory
static class
FencedCodeBlockParser.Factory
static class
HeadingParser.Factory
static class
HtmlBlockParser.Factory
static class
IndentedCodeBlockParser.Factory
static class
ListBlockParser.Factory
static class
ThematicBreakParser.Factory
-
Uses of CustomBlockParserFactory in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal with type parameters of type CustomBlockParserFactory Modifier and Type Field Description private static java.util.HashMap<CustomBlockParserFactory,DataKey<java.lang.Boolean>>
DocumentParser. CORE_FACTORIES_DATA_KEYS
Methods in com.vladsch.flexmark.parser.internal that return types with arguments of type CustomBlockParserFactory Modifier and Type Method Description static java.util.List<CustomBlockParserFactory>
DocumentParser. calculateBlockParserFactories(DataHolder options, java.util.List<CustomBlockParserFactory> customBlockParserFactories)
Method parameters in com.vladsch.flexmark.parser.internal with type arguments of type CustomBlockParserFactory Modifier and Type Method Description static java.util.List<CustomBlockParserFactory>
DocumentParser. calculateBlockParserFactories(DataHolder options, java.util.List<CustomBlockParserFactory> customBlockParserFactories)
Constructor parameters in com.vladsch.flexmark.parser.internal with type arguments of type CustomBlockParserFactory Constructor Description DocumentParser(DataHolder options, java.util.List<CustomBlockParserFactory> customBlockParserFactories, java.util.List<java.util.List<ParagraphPreProcessorFactory>> paragraphPreProcessorDependencies, java.util.List<java.util.List<BlockPreProcessorFactory>> blockPreProcessorDependencies, InlineParser inlineParser)
-