AbstractNode::getParentNodes

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

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!