Class DocumentPostProcessor
java.lang.Object
com.vladsch.flexmark.parser.block.DocumentPostProcessor
- All Implemented Interfaces:
PostProcessor
- Direct Known Subclasses:
ZzzzzzDocumentPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidprocess(@NotNull NodeTracker state, @NotNull Node node) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PostProcessor
processDocument
-
Constructor Details
-
DocumentPostProcessor
public DocumentPostProcessor()
-
-
Method Details
-
process
- Specified by:
processin interfacePostProcessor- Parameters:
state- node tracker used for optimizing node processingnode- the node to post-process
-