require_once "XML/Tree.php";
object XML_Tree_Node XML_Tree::&removeChild (array $path, integer $pos)
object XML_Tree_Node XML_Tree::&removeChild
Removes a child ($path,$pos) from tree and maintains namespace integrity
array $path - path to parent of child to remove
integer $pos - position of child in parents children-list
object XML_Tree_Node - parent whichs child was removed
This function can not be called statically.
XML_Tree::insertChild()