| Package | org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler |
| Interface | public interface INamespaceHandler |
| Implementors | AbstractNamespaceHandler |
A namespace handler can be added to the main XMLObjectDefinitionsParser to handle user defined xml namespaces.
| Method | Defined By | ||
|---|---|---|---|
getNamespace():Namespace
Return the namespace supported by this namespace handler. | INamespaceHandler | ||
Parses the given node and returns the resulting object definition. | INamespaceHandler | ||
| getNamespace | () | method |
public function getNamespace():NamespaceReturn the namespace supported by this namespace handler.
ReturnsNamespace |
| parse | () | method |
public function parse(node:XML, context:IXMLObjectDefinitionsParser):IObjectDefinitionParses the given node and returns the resulting object definition.
Parameters
node:XML — the xml node to parse
| |
context:IXMLObjectDefinitionsParser — the root xml parser (XXX this might change to a parser context object)
|
IObjectDefinition |