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 void
process
(@NotNull NodeTracker state, @NotNull Node node) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vladsch.flexmark.parser.PostProcessor
processDocument
-
Constructor Details
-
DocumentPostProcessor
public DocumentPostProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfacePostProcessor
- Parameters:
state
- node tracker used for optimizing node processingnode
- the node to post-process
-