ContextNodeNameList
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.ioc.parser |
| Inherits from: | none |
| Classpath: | com.bourre.ioc.parser.ContextNodeNameList |
| File last modified: | Monday, 24 November 2008, 11:36:55 |
Summary
Constructor
Class properties
Class methods
Instance methods
- init : void
- addNodeName (nodeName:String, value:*) : void
- nodeNameIsReserved (nodeName:*) : Boolean
- toString : String
- Returns the string representation of this instance.
Constructor
ContextNodeNameList
Class properties
APPLICATION_LOADER
public static APPLICATION_LOADER:String = "application-loader"
(read,write)
ARGUMENT
public static ARGUMENT:String = "argument"
(read,write)
BEANS
public static BEANS:String = "beans"
(read,write)
DLL
public static DLL:String = "dll"
(read,write)
EVENT
public static EVENT:String = "event"
(read,write)
INCLUDE
public static INCLUDE:String = "include"
(read,write)
ITEM
public static ITEM:String = "item"
(read,write)
KEY
public static KEY:String = "key"
(read,write)
LISTEN
public static LISTEN:String = "listen"
(read,write)
METHOD_CALL
public static METHOD_CALL:String = "method-call"
(read,write)
PROPERTY
public static PROPERTY:String = "property"
(read,write)
ROOT
public static ROOT:String = "root"
(read,write)
VALUE
public static VALUE:String = "value"
(read,write)
Class methods
getInstance
Instance methods
addNodeName
public function addNodeName (
nodeName:String,
value:*) : void
init
public function init (
) : void
nodeNameIsReserved
public function nodeNameIsReserved (
nodeName:*) : Boolean
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance