public interface IPostProcessor
Modifier and Type | Field and Description |
---|---|
static Object |
DISCARD_OBJECT
If 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.
|
Object |
postProcess(IContext context,
Object object)
Post-process an object after an XML has been loaded.
|
static final Object DISCARD_OBJECT
Object postProcess(IContext context, Object object)
context
- The context.object
- The object to post process.int getPass()
Copyright © 2013. All Rights Reserved.