xml.DomDocument.createElement

Creates an XML Element DomNode object for a DomDocument object

Syntax

createElement(
   name STRING ) 
  RETURNING object xml.DomNode
  1. name is the name of the XML element.

Usage

Creates an XML Element DomNode object for this DomDocument object, where name is the name of the XML element, cannot be NULL.

Returns a DomNode object, or NULL.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.