Home | All Classes | Grouped Classes | Index | Search
Replaces the child node old_child with new_child in the list of children.
CL_DomNode replace_child( CL_DomNode& new_child, CL_DomNode& old_child);
Parameters:
Detailed description:
If the new_child is already in the tree, it is first removed.
See also: