| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util |
| SVN browsing | InvokeNodeParser.as |
| Fisheye | InvokeNodeParser.as |
| Class | public class InvokeNodeParser |
| Inheritance | InvokeNodeParser AbstractObjectDefinitionParser |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
InvokeNodeParser instance. | InvokeNodeParser | ||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context.
| AbstractObjectDefinitionParser | |
| Method | Defined by | ||
|---|---|---|---|
| InvokeNodeParser | |||
![]() |
Returns the id of the given xml node.
| AbstractObjectDefinitionParser | |
|
setNamespace(node:XML, ns:Namespace):void
| InvokeNodeParser | ||
| Constant | Defined by | ||
|---|---|---|---|
| TARGET_CLASS : String = "target-class" [static]
| InvokeNodeParser | ||
| TARGET_METHOD : String = "target-method" [static]
| InvokeNodeParser | ||
| TARGET_OBJECT : String = "target-object" [static]
| InvokeNodeParser | ||
| InvokeNodeParser | () | constructor |
public function InvokeNodeParser()
Creates a new InvokeNodeParser instance.
| parseInternal | () | method |
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinitionParameters
node:XML |
|
context:XMLObjectDefinitionsParser |
IObjectDefinition |
| setNamespace | () | method |
protected function setNamespace(node:XML, ns:Namespace):voidParameters
node:XML |
|
ns:Namespace |
| TARGET_CLASS | constant |
public static const TARGET_CLASS:String = "target-class"
| TARGET_METHOD | constant |
public static const TARGET_METHOD:String = "target-method"
| TARGET_OBJECT | constant |
public static const TARGET_OBJECT:String = "target-object"