Packageorg.springextensions.actionscript.ioc.config.impl.xml.preprocess
Interfacepublic interface IXMLObjectDefinitionsPreprocessor
Implementors AttributeToElementPreprocessor, IdAttributePreprocessor, InnerObjectsPreprocessor, MethodInvocationPreprocessor, PropertyElementsPreprocessor, PropertyImportPreprocessor, ScopeAttributePreprocessor, SpringNamesPreprocessor, TaskElementsPreprocessor

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.



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