Interface DocumentPostProcessor<T>


public interface DocumentPostProcessor<T>
Used to modify or enhance a document after it's built from XML.
Author:
Alfonso Vásquez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Processes the specified document to modify or enhance it.
  • Method Details

    • postProcess

      void postProcess(T doc)
      Processes the specified document to modify or enhance it.
      Parameters:
      doc - the document to process