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 class
TaskListItemPostProcessor.TaskListItemVisitor
-
Field Summary
Fields Modifier and Type Field Description private static java.util.regex.Pattern
REGEX_TASK_LIST_ITEM
-
Constructor Summary
Constructors Constructor Description TaskListItemPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
process(Node node)
-
-
-
Method Detail
-
process
public Node process(Node node)
- Specified by:
process
in interfacePostProcessor
- Parameters:
node
- the node to post-process- Returns:
- the result of post-processing, may be a modified
node
argument
-
-