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



Public Methods
 MethodDefined By
  
Creates a new ConstantNodeParser instance
ConstantNodeParser
 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] Template method for parsing the xml node into an object definition.
ConstantNodeParser
 Inherited
resolveID(node:XML, definition:IObjectDefinition, context:IXMLObjectDefinitionsParser):String
Returns the id of the given xml node.
AbstractObjectDefinitionParser
Public Constants
 ConstantDefined By
  STATIC_FIELD : String = static-field
[static]
ConstantNodeParser
  TARGET_CLASS : String = target-class
[static]
ConstantNodeParser
  TARGET_FIELD : String = target-field
[static]
ConstantNodeParser
  TARGET_OBJECT : String = target-object
[static]
ConstantNodeParser
Constructor Detail
ConstantNodeParser()Constructor
public function ConstantNodeParser()

Creates a new ConstantNodeParser instance

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

Template method for parsing the xml node into an object definition.

Parameters

node:XML
 
context:IXMLObjectDefinitionsParser

Returns
IObjectDefinition
Constant Detail
STATIC_FIELDConstant
public static const STATIC_FIELD:String = static-field

TARGET_CLASSConstant 
public static const TARGET_CLASS:String = target-class

TARGET_FIELDConstant 
public static const TARGET_FIELD:String = target-field

TARGET_OBJECTConstant 
public static const TARGET_OBJECT:String = target-object