xml.DomNode.appendChildElement

Creates and adds a child XML Element node to the end of the list of child nodes for an XML Element DomNode object.

Syntax

appendChildElement(
   name STRING )
  RETURNING object xml.DomNode
  1. name is the XML Element name.

Usage

Creates and adds a child XML Element node to the end of the list of child nodes for this XML Element DomNode object.

CAUTION:
Not part of W3C API.

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.