Class DocumentPostProcessor

    • Constructor Detail

      • DocumentPostProcessor

        public DocumentPostProcessor()
    • Method Detail

      • process

        public final void process​(@NotNull
                                  @NotNull com.vladsch.flexmark.util.ast.NodeTracker state,
                                  @NotNull
                                  @NotNull com.vladsch.flexmark.util.ast.Node node)
        Specified by:
        process in interface PostProcessor
        Parameters:
        state - node tracker used for optimizing node processing
        node - the node to post-process