XPathNavigator::SelectAncestors Method
.NET Framework (current version)
Selects all the ancestor nodes of the current node that match the selection criteria.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | SelectAncestors(String^, String^, Boolean) | Selects all the ancestor nodes of the current node that have the specified local name and namespace URI. |
![]() | SelectAncestors(XPathNodeType, Boolean) | Selects all the ancestor nodes of the current node that have a matching XPathNodeType. |
Show:
