Interface BlockPreProcessor
- All Known Implementing Classes:
DefinitionListBlockPreProcessor
,DefinitionListItemBlockPreProcessor
,TaskListItemBlockPreProcessor
,ZzzzzzBlockPreProcessor
public interface BlockPreProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcess
(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
-
Method Details
-
preProcess
Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed- Parameters:
state
- parser stateblock
- the block node to pre-process
-