Class TaskListItemPostProcessor

  • All Implemented Interfaces:
    PostProcessor

    public class TaskListItemPostProcessor
    extends java.lang.Object
    implements PostProcessor
    • Field Detail

      • REGEX_TASK_LIST_ITEM

        private static final java.util.regex.Pattern REGEX_TASK_LIST_ITEM
    • Constructor Detail

      • TaskListItemPostProcessor

        public TaskListItemPostProcessor()
    • Method Detail

      • process

        public Node process​(Node node)
        Specified by:
        process in interface PostProcessor
        Parameters:
        node - the node to post-process
        Returns:
        the result of post-processing, may be a modified node argument