The DomNode class / xml.DomNode methods |
Creates and adds a child namespace qualified XML Element node to the end of the list of child nodes for an XML Element DomNode object.
appendChildElementNS( prefix STRING, name STRING, ns STRING ) RETURNING object xml.DomNode
Creates and adds a child namespace qualified XML Element node to the end of the list of child nodes for this XML Element DomNode object.
Returns the XML Element DomNode object, or NULL.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.