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