public interface PostProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(com.vladsch.flexmark.util.NodeTracker state,
com.vladsch.flexmark.ast.Node node) |
com.vladsch.flexmark.ast.Document |
processDocument(com.vladsch.flexmark.ast.Document document) |
com.vladsch.flexmark.ast.Document processDocument(com.vladsch.flexmark.ast.Document document)
document - the node to post-processdocument argumentvoid process(com.vladsch.flexmark.util.NodeTracker state,
com.vladsch.flexmark.ast.Node node)
state - node tracker used for optimizing node processingnode - the node to post-processCopyright © 2018. All rights reserved.