Method
LasemDomNodeappend_child
Description
Adds the node new_child to the end of the list of children of this node.
If the new_child is already in the tree, it is first removed.
Parameters
new_child-
Type:
LsmDomNodeNode to append.
The instance takes ownership of the data, and is responsible for freeing it.
Return value
Type: LsmDomNode
The added node.
| The data is owned by the instance. |