public abstract class DocumentPostProcessor extends Object implements PostProcessor
| Constructor and Description |
|---|
DocumentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(com.vladsch.flexmark.util.NodeTracker state,
com.vladsch.flexmark.ast.Node node) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessDocumentpublic final void process(com.vladsch.flexmark.util.NodeTracker state,
com.vladsch.flexmark.ast.Node node)
process in interface PostProcessorstate - node tracker used for optimizing node processingnode - the node to post-processCopyright © 2018. All rights reserved.