Class DocumentPostProcessor
- java.lang.Object
-
- com.vladsch.flexmark.parser.block.DocumentPostProcessor
-
- All Implemented Interfaces:
PostProcessor
- Direct Known Subclasses:
ZzzzzzDocumentPostProcessor
public abstract class DocumentPostProcessor extends java.lang.Object implements PostProcessor
-
-
Constructor Summary
Constructors Constructor Description DocumentPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(@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
-
-
-
-
Method Detail
-
process
public final void process(@NotNull @NotNull NodeTracker state, @NotNull @NotNull Node node)- Specified by:
processin interfacePostProcessor- Parameters:
state- node tracker used for optimizing node processingnode- the node to post-process
-
-