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 SummaryModifier and TypeMethodDescriptionvoidpostProcess(T doc) Processes the specified document to modify or enhance it.
- 
Method Details- 
postProcessProcesses the specified document to modify or enhance it.- Parameters:
- doc- the document to process
 
 
-