| Package | org.springextensions.actionscript.ioc.factory.xml.preprocessors |
| SVN browsing | IdAttributePreprocessor.as |
| Fisheye | IdAttributePreprocessor.as |
| Class | public class IdAttributePreprocessor |
| Implements | IXMLObjectDefinitionsPreprocessor |
| Method | Defined by | ||
|---|---|---|---|
| IdAttributePreprocessor | |||
|
preprocess(xml:XML):XML
Preprocesses the passed in xml data and returns it.
| IdAttributePreprocessor | ||
| IdAttributePreprocessor | () | constructor |
public function IdAttributePreprocessor()
| 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
|