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