Class ZzzzzzBlockPreProcessor
- java.lang.Object
-
- com.vladsch.flexmark.ext.zzzzzz.internal.ZzzzzzBlockPreProcessor
-
- All Implemented Interfaces:
BlockPreProcessor
public class ZzzzzzBlockPreProcessor extends java.lang.Object implements BlockPreProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZzzzzzBlockPreProcessor.Factory
-
Field Summary
Fields Modifier and Type Field Description private ZzzzzzOptionsoptions
-
Constructor Summary
Constructors Constructor Description ZzzzzzBlockPreProcessor(DataHolder options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpreProcess(ParserState state, Block block)Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed
-
-
-
Field Detail
-
options
private final ZzzzzzOptions options
-
-
Constructor Detail
-
ZzzzzzBlockPreProcessor
public ZzzzzzBlockPreProcessor(DataHolder options)
-
-
Method Detail
-
preProcess
public void preProcess(ParserState state, Block block)
Description copied from interface:BlockPreProcessorCalled on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed- Specified by:
preProcessin interfaceBlockPreProcessor- Parameters:
state- parser stateblock- the block node to pre-process
-
-