xml.DomNode.getFirstChild

Returns the first child DomNode object for this XML Element DomNode object.

Syntax

getFirstChild()
  RETURNING object xml.DomNode

Usage

Returns the first child DomNode object for this XML Element DomNode object, or NULL.