public static class BDIXMLReader.ParamMultiProc extends java.lang.Object implements IPostProcessor
DISCARD_OBJECT| 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. | 
public java.lang.Object postProcess(IContext context, java.lang.Object object)
IPostProcessorpostProcess in interface IPostProcessorcontext - The context.object - The object to post process.public int getPass()
IPostProcessorgetPass in interface IPostProcessor