public interface IPreProcessor
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | preProcess(IContext context,
          java.lang.Object object)Pre-process an object after an XML has been loaded. | 
java.lang.Object preProcess(IContext context, java.lang.Object object)
context - The context.object - The object to post process.