xml.DomNode.getLastChild

Returns the last child DomNode object for a XML Element DomNode object.

Syntax

getLastChild()
  RETURNING object xml.DomNode

Usage

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