Interface ParagraphPreProcessorFactory
- All Superinterfaces:
Dependent
,Function<ParserState,
ParagraphPreProcessor>
- All Known Implementing Classes:
ReferencePreProcessorFactory
public interface ParagraphPreProcessorFactory
extends Function<ParserState,ParagraphPreProcessor>, Dependent
-
Method Summary
Modifier and TypeMethodDescriptionapply
(ParserState state) Create a paragraph pre processor for the documentMethods inherited from interface com.vladsch.flexmark.util.dependency.Dependent
affectsGlobalScope, getAfterDependents, getBeforeDependents
-
Method Details
-
apply
Create a paragraph pre processor for the document- Specified by:
apply
in interfaceFunction<ParserState,
ParagraphPreProcessor> - Parameters:
state
- parser state, document blocks have already been parsed at this stage- Returns:
- block pre-processor
-