public abstract class NodePostProcessor extends Object implements PostProcessor
| Constructor and Description |
|---|
NodePostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.ast.Document |
processDocument(com.vladsch.flexmark.ast.Document document) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic final com.vladsch.flexmark.ast.Document processDocument(com.vladsch.flexmark.ast.Document document)
processDocument in interface PostProcessordocument - the node to post-processdocument argumentCopyright © 2018. All rights reserved.