Packageorg.springextensions.actionscript.ioc.factory.xml.parser
SVN browsingIXMLObjectDefinitionsPreprocessor.as
FisheyeIXMLObjectDefinitionsPreprocessor.as
Interfacepublic interface IXMLObjectDefinitionsPreprocessor
ImplementorsAttributeToElementPreprocessor, IdAttributePreprocessor, InnerObjectsPreprocessor, InterfacePreprocessor, MethodInvocationPreprocessor, ParentAttributePreprocessor, PropertiesPreprocessor, PropertyElementsPreprocessor, PropertyImportPreprocessor, ScopeAttributePreprocessor, SpringNamesPreprocessor, TaskElementsPreprocessor, TemplatePreprocessor

All preprocessors for object definitions should implement this interface in order to be hooked into the parser mechanism.

A preprocessor is used to transform the xml of the object definitions before it gets parsed. This is useful to add variations in the xml dialect without having to alter the main code of the object definitions parser.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
preprocess(xml:XML):XML
Preprocesses the passed in xml data and returns it.
IXMLObjectDefinitionsPreprocessor
Method detail
preprocess()method
public function preprocess(xml:XML):XML

Preprocesses the passed in xml data and returns it.

Parameters
xml:XML — the xml data to be preprocessed

Returns
XML — the preprocessed xml data