Package jadex.xml
Interface IPreProcessor
- 
 public interface IPreProcessorPre-processes objects before writing them to XML.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectpreProcess(IContext context, java.lang.Object object)Pre-process an object after an XML has been loaded.
 
- 
- 
- 
Method Detail- 
preProcessjava.lang.Object preProcess(IContext context, java.lang.Object object) Pre-process an object after an XML has been loaded.- Parameters:
- context- The context.
- object- The object to post process.
- Returns:
- A possibly other object for replacing the original. Null for no change. Only possibly when processor is applied in first pass.
 
 
- 
 
-