object XML_Tree_Node XML_Tree::&removeChild (
array $path
,
integer $pos
)
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.