Home | All Classes | Grouped Classes | Index | Search
Adds the node new_child to the end of the list of children of this node.
CL_DomNode append_child( CL_DomNode new_child);
Detailed description:
If the new_child is already in the tree, it is first removed.
See also: