xml.DomNode.getParentNode

Returns the parent DomNode object for this DomNode object.

Syntax

getParentNode()
  RETURNING object xml.DomNode

Usage

Returns the parent DomNode object for this DomNode object, or NULL. In the case of a DomDocument node, this method will return NULL (parent is not a DomNode object) but isAttached() will return TRUE.