Interface PostProcessor

    • Method Detail

      • processDocument

        @NotNull
        Document processDocument​(@NotNull
                                 Document document)
        Parameters:
        document - the node to post-process
        Returns:
        the result of post-processing, may be a modified document argument
      • process

        void process​(@NotNull
                     NodeTracker state,
                     @NotNull
                     Node node)
        Parameters:
        state - node tracker used for optimizing node processing
        node - the node to post-process