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