Method XmlNode():getParent() Foundation

Gets the parent node.

Syntax
:getParent() --> oXmlNode | NIL
Return

An XmlNode() object representing the parent node. If no parent node is assigned, the method returns NIL.

Description

The method :getParent() can be used to retrieve the parent node of a node object.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.