| Package | org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.util.nodeparser |
| Class | public class ConstantNodeParser |
| Inheritance | ConstantNodeParser AbstractObjectDefinitionParser Object |
| 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 | ||
|---|---|---|---|
[override]
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 |
override protected function parseInternal(node:XML, context:IXMLObjectDefinitionsParser):IObjectDefinitionTemplate method for parsing the xml node into an object definition.
Parameters
node:XML | |
context:IXMLObjectDefinitionsParser |
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