Packageorg.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.util.nodeparser
Classpublic class InvokeNodeParser
InheritanceInvokeNodeParser Inheritance AbstractObjectDefinitionParser Inheritance Object



Public Methods
 MethodDefined By
  
Creates a new InvokeNodeParser instance.
InvokeNodeParser
 Inherited
Parses the given xml node into an IObjectDefinition and registers the object definition with the given parser/context.
AbstractObjectDefinitionParser
Protected Methods
 MethodDefined By
  
[override]
InvokeNodeParser
 Inherited
resolveID(node:XML, definition:IObjectDefinition, context:IXMLObjectDefinitionsParser):String
Returns the id of the given xml node.
AbstractObjectDefinitionParser
  
setNamespace(node:XML, ns:Namespace):void
InvokeNodeParser
Public Constants
 ConstantDefined By
  TARGET_CLASS : String = target-class
[static]
InvokeNodeParser
  TARGET_METHOD : String = target-method
[static]
InvokeNodeParser
  TARGET_OBJECT : String = target-object
[static]
InvokeNodeParser
Constructor Detail
InvokeNodeParser()Constructor
public function InvokeNodeParser()

Creates a new InvokeNodeParser instance.

Method Detail
parseInternal()method
override protected function parseInternal(node:XML, context:IXMLObjectDefinitionsParser):IObjectDefinition

Parameters

node:XML
 
context:IXMLObjectDefinitionsParser

Returns
IObjectDefinition
setNamespace()method 
protected function setNamespace(node:XML, ns:Namespace):void

Parameters

node:XML
 
ns:Namespace

Constant Detail
TARGET_CLASSConstant
public static const TARGET_CLASS:String = target-class

TARGET_METHODConstant 
public static const TARGET_METHOD:String = target-method

TARGET_OBJECTConstant 
public static const TARGET_OBJECT:String = target-object