The getParentNodes()
method retrieves all ancestor nodes of the target node, up to the root of the document tree.
Description
public AbstractNode::getParentNodes(): NodeList
Parameters
None
Return Value
Returns a NodeList
containing all ancestor nodes of the target node.
The list is ordered from the immediate parent to the root node.
Exceptions
None