Package org.commonmark.parser
Interface PostProcessor
- All Known Implementing Classes:
AutolinkPostProcessor
,TaskListItemPostProcessor
public interface PostProcessor
-
Method Summary
-
Method Details
-
process
- Parameters:
node
- the node to post-process- Returns:
- the result of post-processing, may be a modified
node
argument
-