xml.DomDocument.removeDocumentNode
Removes a child xml.DomNode
object from the
xml.DomNode
children in this xml.DomDocument
object.
Syntax
removeDocumentNode(
n xml.DomNode )
- n defines the node to remove.
Usage
Removes a child xml.DomNode
object from the xml.DomNode
children in this xml.DomDocument
object, where n is the node to
remove.
Only Text nodes, Processing Instruction nodes, Document Fragment nodes, one Element node, and one Document Type node allowed.
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).