Uses of Interface
com.vladsch.flexmark.parser.block.ParagraphPreProcessorFactory
Packages that use ParagraphPreProcessorFactory
-
Uses of ParagraphPreProcessorFactory in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return ParagraphPreProcessorFactoryModifier and TypeMethodDescriptionstatic ParagraphPreProcessorFactory
EnumeratedReferenceParagraphPreProcessor.Factory()
-
Uses of ParagraphPreProcessorFactory in com.vladsch.flexmark.ext.tables.internal
Methods in com.vladsch.flexmark.ext.tables.internal that return ParagraphPreProcessorFactoryModifier and TypeMethodDescriptionstatic ParagraphPreProcessorFactory
TableParagraphPreProcessor.Factory()
-
Uses of ParagraphPreProcessorFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return ParagraphPreProcessorFactoryModifier and TypeMethodDescriptionstatic ParagraphPreProcessorFactory
ZzzzzzParagraphPreProcessor.Factory()
-
Uses of ParagraphPreProcessorFactory in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type ParagraphPreProcessorFactoryModifier and TypeFieldDescription(package private) final List
<ParagraphPreProcessorFactory> Parser.Builder.paragraphPreProcessorFactories
private final List
<List<ParagraphPreProcessorFactory>> Methods in com.vladsch.flexmark.parser with parameters of type ParagraphPreProcessorFactoryModifier and TypeMethodDescriptionParser.Builder.paragraphPreProcessorFactory
(ParagraphPreProcessorFactory paragraphPreProcessorFactory) -
Uses of ParagraphPreProcessorFactory in com.vladsch.flexmark.parser.core
Classes in com.vladsch.flexmark.parser.core that implement ParagraphPreProcessorFactory -
Uses of ParagraphPreProcessorFactory in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal with type parameters of type ParagraphPreProcessorFactoryModifier and TypeFieldDescriptionprivate static final HashMap
<DataKey<Boolean>, ParagraphPreProcessorFactory> DocumentParser.CORE_PARAGRAPH_PRE_PROCESSORS
private final List
<List<ParagraphPreProcessorFactory>> DocumentParser.paragraphPreProcessorDependencies
Methods in com.vladsch.flexmark.parser.internal that return types with arguments of type ParagraphPreProcessorFactoryModifier and TypeMethodDescriptionstatic List
<List<ParagraphPreProcessorFactory>> DocumentParser.calculateParagraphPreProcessors
(DataHolder options, List<ParagraphPreProcessorFactory> blockPreProcessors, InlineParserFactory inlineParserFactory) Method parameters in com.vladsch.flexmark.parser.internal with type arguments of type ParagraphPreProcessorFactoryModifier and TypeMethodDescriptionstatic List
<List<ParagraphPreProcessorFactory>> DocumentParser.calculateParagraphPreProcessors
(DataHolder options, List<ParagraphPreProcessorFactory> blockPreProcessors, InlineParserFactory inlineParserFactory) private void
DocumentParser.preProcessParagraph
(Paragraph block, List<ParagraphPreProcessorFactory> stage, DocumentParser.ParagraphPreProcessorCache processorMap) pre-process a paragraph block