Method XmlNode():getParent() Foundation
Gets the parent node.
:getParent() --> oXmlNode | NIL
An XmlNode() object representing the parent node. If no parent node is assigned, the method returns NIL.
The method :getParent() can be used to retrieve the parent node of a node object.
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.