Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util
SVN browsingConstantNodeParser.as
FisheyeConstantNodeParser.as
Classpublic class ConstantNodeParser
InheritanceConstantNodeParser Inheritance AbstractObjectDefinitionParser



Documentation reference: the util schema


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
  
Template method for parsing the xml node into an object definition.
ConstantNodeParser
 Inherited
resolveID(node:XML, definition:IObjectDefinition, context:XMLObjectDefinitionsParser):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
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinition

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

Parameters
node:XML
 
context:XMLObjectDefinitionsParser

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"