Class AbbreviationNodePostProcessor.Factory
java.lang.Object
com.vladsch.flexmark.parser.block.NodePostProcessorFactory
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodePostProcessor.Factory
- All Implemented Interfaces:
PostProcessorFactory, Dependent, Function<Document, PostProcessor>
- Enclosing class:
AbbreviationNodePostProcessor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NodePostProcessorFactory
addNodes, addNodeWithExclusions, affectsGlobalScope, getBeforeDependents, getNodeTypes
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getAfterDependents
- Specified by:
getAfterDependentsin interfaceDependent- Overrides:
getAfterDependentsin classNodePostProcessorFactory- Returns:
- null or a list of dependents that must be executed before calling this one if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this preprocessor is called.
-
apply
- Specified by:
applyin interfaceFunction<Document, PostProcessor>- Specified by:
applyin interfacePostProcessorFactory- Specified by:
applyin classNodePostProcessorFactory- Parameters:
document- for which to create the post processor- Returns:
- post processor for the document
-