JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.commonmark.parser
PostProcessor
Contents
Description
Method Summary
Method Details
process(Node)
Hide sidebar
Show sidebar
Interface PostProcessor
All Known Implementing Classes:
AutolinkPostProcessor
,
TaskListItemPostProcessor
public interface
PostProcessor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Node
process
(
Node
node)
Method Details
process
Node
process
(
Node
node)
Parameters:
node
- the node to post-process
Returns:
the result of post-processing, may be a modified
node
argument