Class LevelNode( type, level, data ) from \ Node(( type, data))
Properties | |
level |
Properties inherited from class Node | |
add | |
standout | If true, will be moved notified to the renderer while processing. |
type | |
Properties inherited from class Node | |
content | |
firstChild | |
lastChild | |
next | |
parent | |
prev | |
Methods inherited from class Node | |
appendChild | Adds a child after the already present children. |
change | Exchange this node with another one. node The new node. |
insertAfter | Inserts the parameter after this node node The node to be inserted. |
insertBefore | Inserts the parameter before this node node The node to be inserted. |
prependChild | Adds a child in front of the children |
remove | Detach this node from the tree |
traverse | Recursively traverse the node tree |