IElement

Undocumented in source.

Members

Functions

addChild
IElement addChild(IElement element)
Undocumented in source.
canEnter
bool canEnter()
Undocumented in source.
checkChild
IElement checkChild(IElement element)
Undocumented in source.
child
IElement child()
Undocumented in source.
encode
int encode(ByteBuffer b)
Undocumented in source.
getDataType
Data.DataType getDataType()
Undocumented in source.
getValue
Object getValue()
Undocumented in source.
next
IElement next()
Undocumented in source.
parent
IElement parent()
Undocumented in source.
prev
IElement prev()
Undocumented in source.
render
void render(string sb)
Undocumented in source.
replaceWith
IElement replaceWith(IElement elt)
Undocumented in source.
setChild
void setChild(IElement elt)
Undocumented in source.
setNext
void setNext(IElement elt)
Undocumented in source.
setParent
void setParent(IElement elt)
Undocumented in source.
setPrev
void setPrev(IElement elt)
Undocumented in source.
size
int size()
Undocumented in source.

Meta