@verb #5406:":removeChild" this none this rxdo #7788 @program #5406:":removeChild" this none this " Node removeChild(in Node oldChild) raises(DOMException);" "" "Removes the child node indicated by oldChild from the list of children, and returns it." " oldChild of type Node -> the node being removed." {oldChild} = args index = listiassoc(oldChild->__nodeId, this->__children, 2) if (index) this->__children = listdelete(this->__children, index) oldChild->__parentNode = $dom.null else $dom:raise_Exception($dom.not_found_err) endif $dom:updateParentsChildren(this) return oldChild "Last modified by Floyd (#7788) on Thu Nov 14 18:31:08 2002 MST." .