XMLElement

Parent: Object
Package: luster

No short description available
No long description available

Show Inherited Properties
Hide Inherited Properties
Property Defined By
attributes :
No short description available
XMLElement
name :
No short description available
XMLElement
numChildren :
No short description available
XMLElement
text :
No short description available
XMLElement

Show Inherited Functions
Hide Inherited Functions
Function Defined By
addChild ( child: ) : nil
Addes a new child node
XMLElement
getAttribute ( name: ) : nil
Returns the attribute for the given name
XMLElement
getChild ( index: ) : nil
Returns the child at the given indx
XMLElement
getChildren ( name: ) : nil
Returns the children with the given filter
XMLElement
init ( name:, attrs: ) : nil
No short description available
XMLElement
setAttribute ( name:, val: ) : nil
Sets the attribute to the given value
XMLElement

Property Details


attributes

Type:

No short description available
No long description available

name

Type:

No short description available
No long description available

numChildren

Type:

No short description available
No long description available

text

Type:

No short description available
No long description available

Function Details


addChild

Addes a new child node
No long description available

Arguments

Argument Type Description
child


getAttribute

Returns the attribute for the given name
No long description available

Arguments

Argument Type Description
name


getChild

Returns the child at the given indx
No long description available

Arguments

Argument Type Description
index


getChildren

Returns the children with the given filter
No long description available

Arguments

Argument Type Description
name


init

No short description available
No long description available

Arguments

Argument Type Description
name
attrs


setAttribute

Sets the attribute to the given value
No long description available

Arguments

Argument Type Description
name
val