| Package | org.pranaframework.ioc.factory.xml.parser |
| Interface | public interface IXmlObjectDefinitionsPreprocessor |
| Implementors | IdAttributePreprocessor, PropertiesPreprocessor, ScopeAttributePrepocessor, SpringNamesPreprocessor, TemplatePreprocessor |
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 | ||