| Package | org.pranaframework.ioc.factory.xml.preprocessors |
| Class | public class ScopeAttributePrepocessor |
| Implements | IXmlObjectDefinitionsPreprocessor |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
ScopeAttributePreprocessor. | ScopeAttributePrepocessor | ||
|
preprocess(xml:XML):XML
Preprocesses the passed in xml data and returns it.
| ScopeAttributePrepocessor | ||
| ScopeAttributePrepocessor | () | constructor |
public function ScopeAttributePrepocessor()
Creates a new ScopeAttributePreprocessor.
| 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
|