xml.DomNode.removeChild
Removes a child DomNode object from the list of child DomNode objects.
Syntax
removeChild(
oldChild xml.DomNode )
- 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).