public interface IPostProcessor
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.Object | DISCARD_OBJECTIf this object is returned by the post-processor, the object will be discarded by the reader. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getPass()Get the pass number. | 
| java.lang.Object | postProcess(IContext context,
           java.lang.Object object)Post-process an object after an XML has been loaded. | 
static final java.lang.Object DISCARD_OBJECT
java.lang.Object postProcess(IContext context, java.lang.Object object)
context - The context.object - The object to post process.int getPass()