AbstractSimpleNode replace_child(AbstractSimpleNode old, AbstractSimpleNode new)
Replaces the first occurrence of the old node child with the new node child.
The return value differs from the one returned by Node()->replace_child() .
Returns the current node on success, and 0 (zero) if the node old wasn't found.
0