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