xml.DomDocument.getDocumentElement

Returns the root XML Element DomNode object for this DomDocument object.

Syntax

getDocumentElement()
  RETURNING object xml.DomNode

Usage

Returns the root XML Element DomNode object for this DomDocument object.
Returns a DomNode object, or NULL.