| Package | org.springextensions.actionscript.ioc.factory.xml.preprocessors |
| SVN browsing | PropertiesPreprocessor.as |
| Fisheye | PropertiesPreprocessor.as |
| Class | public class PropertiesPreprocessor |
| Implements | IXMLObjectDefinitionsPreprocessor |
Recursive property replacement is supported.
If a property was not found, it will not be replaced with an empty string, but left as is.
Documentation reference: external property files
| Method | Defined by | ||
|---|---|---|---|
|
PropertiesPreprocessor(factory:IObjectFactory)
Creates a new PropertiesPreprocessor object.
| PropertiesPreprocessor | ||
|
preprocess(xml:XML):XML
Preprocesses the passed in xml data and returns it.
| PropertiesPreprocessor | ||
| PropertiesPreprocessor | () | constructor |
public function PropertiesPreprocessor(factory:IObjectFactory)Creates a new PropertiesPreprocessor object.
Parametersfactory:IObjectFactory — the collection of Properties objects to apply
|
| 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
|