The DomNode class / xml.DomNode methods |
Returns the parent DomNode object for this DomNode object.
getParentNode() RETURNING object xml.DomNode
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.