| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util |
| SVN browsing | ConstantNodeParser.as |
| Fisheye | ConstantNodeParser.as |
| Class | public class ConstantNodeParser |
| Inheritance | ConstantNodeParser AbstractObjectDefinitionParser |
Documentation reference: the util schema
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
ConstantNodeParser instance
| ConstantNodeParser | ||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context.
| AbstractObjectDefinitionParser | |
| Method | Defined by | ||
|---|---|---|---|
|
Template method for parsing the xml node into an object definition.
| ConstantNodeParser | ||
![]() |
Returns the id of the given xml node.
| AbstractObjectDefinitionParser | |
| Constant | Defined 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 | ||
| ConstantNodeParser | () | constructor |
public function ConstantNodeParser()
Creates a new ConstantNodeParser instance
| parseInternal | () | method |
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinitionTemplate method for parsing the xml node into an object definition.
Parametersnode:XML |
|
context:XMLObjectDefinitionsParser |
IObjectDefinition |
| STATIC_FIELD | constant |
public static const STATIC_FIELD:String = "static-field"
| TARGET_CLASS | constant |
public static const TARGET_CLASS:String = "target-class"
| TARGET_FIELD | constant |
public static const TARGET_FIELD:String = "target-field"
| TARGET_OBJECT | constant |
public static const TARGET_OBJECT:String = "target-object"