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 classAbbreviationBlockParser.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 classAdmonitionBlockParser.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 classAsideBlockParser.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 classDefinitionItemBlockParser.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 classEnumeratedReferenceBlockParser.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 classFootnoteBlockParser.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 classGitLabBlockQuoteParser.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 classJekyllFrontMatterBlockParser.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 classJekyllTagBlockParser.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 classMacroDefinitionBlockParser.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 classSpecExampleBlockParser.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 classSimTocBlockParser.Factorystatic classTocBlockParser.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 classMacroBlockParser.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 classYamlFrontMatterBlockParser.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 classZzzzzzBlockParser.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. blockParserFactoriesMethods in com.vladsch.flexmark.parser with parameters of type CustomBlockParserFactory Modifier and Type Method Description Parser.BuilderParser.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 classBlockQuoteParser.Factorystatic classFencedCodeBlockParser.Factorystatic classHeadingParser.Factorystatic classHtmlBlockParser.Factorystatic classIndentedCodeBlockParser.Factorystatic classListBlockParser.Factorystatic classThematicBreakParser.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_KEYSMethods 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)
-