The DomNode class / xml.DomNode methods |
Creates and adds a child XML Element node to the beginning of the list of child nodes for this XML Element DomNode object.
prependChildElement( name STRING ) RETURNING object xml.DomNode
Creates and adds a child XML Element node to the beginning of the list of child nodes for this XML Element DomNode object; name is the name of the XML element to add.
Returns the XML Element DomNode object, or NULL.
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).