public interface IPostProcessor
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.
|
Object postProcess(IContext context, Object object)
context
- The context.object
- The object to post process.int getPass()
Copyright © 2012. All Rights Reserved.