Package jadex.xml

Interface IPreProcessor


  • public interface IPreProcessor
    Pre-processes objects before writing them to XML.
    • Method Detail

      • preProcess

        java.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.