Class TaskListItemBlockPreProcessor
- java.lang.Object
-
- com.vladsch.flexmark.ext.gfm.tasklist.internal.TaskListItemBlockPreProcessor
-
- All Implemented Interfaces:
BlockPreProcessor
public class TaskListItemBlockPreProcessor extends java.lang.Object implements BlockPreProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskListItemBlockPreProcessor.Factory
-
Constructor Summary
Constructors Constructor Description TaskListItemBlockPreProcessor(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
-
-
-
Constructor Detail
-
TaskListItemBlockPreProcessor
public TaskListItemBlockPreProcessor(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
-
-