Home | All Classes | Grouped Classes | Index | Search

CL_DomNode::append_child

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:

CL_DomNode



Questions or comments, write to the ClanLib mailing list.