| Package | org.springextensions.actionscript.ioc.factory.xml.preprocessors |
| Class | public class SpringNamesPreprocessor |
| Implements | IXMLObjectDefinitionsPreprocessor |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
SpringNamesPreprocessor
| SpringNamesPreprocessor | ||
|
preprocess(xml:XML):XML
Preprocesses the passed in xml data and returns it.
| SpringNamesPreprocessor | ||
| SpringNamesPreprocessor | () | constructor |
public function SpringNamesPreprocessor()
Creates a new SpringNamesPreprocessor
| preprocess | () | method |
public function preprocess(xml:XML):XMLPreprocesses the passed in xml data and returns it.
Parametersxml:XML — the xml data to be preprocessed
|
XML — the preprocessed xml data
|