dslink
dslink.common
Node
addChild
addChild
dslink
dslink.common
Node
addChild
method
addChild
Source
dslink
dslink.common
Node
Static methods
getDisplayName
Constructors
Node
Properties
attributes
children
configs
profile
hashCode
runtimeType
Operators
operator ==
Methods
addChild
forEachAttribute
forEachChild
forEachConfig
get
getAttribute
getChild
getConfig
getOverideAttributes
getSimpleMap
removeChild
noSuchMethod
toString
void
addChild
(
String
name
,
Node
node
)
Adds a child to this node.
Source
void addChild(String name, Node node) { children[name] = node; }