All Classes |Grouped Classes |Index

Function append_child

Adds the node new_child to the end of the list of children of this node.

	CL_DomNode CL_DomNode::append_child(
		CL_DomNode  new_child);

Detailed description:

If the new_child is already in the tree, it is first removed.