Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util
SVN browsingInvokeNodeParser.as
FisheyeInvokeNodeParser.as
Classpublic class InvokeNodeParser
InheritanceInvokeNodeParser Inheritance AbstractObjectDefinitionParser



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
  
InvokeNodeParser
 Inherited
resolveID(node:XML, definition:IObjectDefinition, context:XMLObjectDefinitionsParser):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
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinitionParameters
node:XML
 
context:XMLObjectDefinitionsParser

Returns
IObjectDefinition
setNamespace()method 
protected function setNamespace(node:XML, ns:Namespace):voidParameters
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"