xml.DomNode.removeChild

Removes a child DomNode object from the list of child DomNode objects.

Syntax

removeChild(
   oldChild xml.DomNode )
  1. oldChild defines the node to remove.

Usage

Use this method to remove a child DomNode object from a list of child DomNode objects, where oldchild is the node to remove.

In case of error, the method throws an exception and sets the status variable. Depending on the error, a human-readable description of the problem is available in the sqlca.sqlerrm register. See Error handling in GWS calls (status).