public interface IPreProcessor
Modifier and Type | Method and Description |
---|---|
Object |
preProcess(IContext context,
Object object)
Pre-process an object after an XML has been loaded.
|
Object preProcess(IContext context, Object object)
context
- The context.object
- The object to post process.Copyright © 2012. All Rights Reserved.