Interface NodePostProcessorState<T extends com.vladsch.flexmark.util.ast.Node>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void process​(com.vladsch.flexmark.util.ast.NodeTracker state, T node)
      performs further processing before rendering.
    • Method Detail

      • process

        void process​(com.vladsch.flexmark.util.ast.NodeTracker state,
                     T node)
        performs further processing before rendering.
        Parameters:
        state - to record node addition/deletion
        node - the specific node in which the post-processing is taking place.