Class TaskListItemPostProcessor
- java.lang.Object
-
- org.commonmark.ext.task.list.items.internal.TaskListItemPostProcessor
-
- All Implemented Interfaces:
PostProcessor
public class TaskListItemPostProcessor extends java.lang.Object implements PostProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classTaskListItemPostProcessor.TaskListItemVisitor
-
Field Summary
Fields Modifier and Type Field Description private static java.util.regex.PatternREGEX_TASK_LIST_ITEM
-
Constructor Summary
Constructors Constructor Description TaskListItemPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nodeprocess(Node node)
-
-
-
Method Detail
-
process
public Node process(Node node)
- Specified by:
processin interfacePostProcessor- Parameters:
node- the node to post-process- Returns:
- the result of post-processing, may be a modified
nodeargument
-
-