| Package | org.springextensions.actionscript.ioc.config.impl.xml.preprocess |
| Interface | public interface IXMLObjectDefinitionsPreprocessor |
| Implementors | AttributeToElementPreprocessor, IdAttributePreprocessor, InnerObjectsPreprocessor, MethodInvocationPreprocessor, PropertyElementsPreprocessor, PropertyImportPreprocessor, ScopeAttributePreprocessor, SpringNamesPreprocessor, TaskElementsPreprocessor |
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.
| Method | Defined By | ||
|---|---|---|---|
preprocess(xml:XML):XML
Preprocesses the passed in xml data and returns it. | IXMLObjectDefinitionsPreprocessor | ||