XPathNavigator::SelectSingleNode Method
.NET Framework (current version)
Selects a single node in the XPathNavigator.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | SelectSingleNode(String^) | Selects a single node in the XPathNavigator using the specified XPath query. |
![]() | SelectSingleNode(String^, IXmlNamespaceResolver^) | Selects a single node in the XPathNavigator object using the specified XPath query with the IXmlNamespaceResolver object specified to resolve namespace prefixes. |
![]() | SelectSingleNode(XPathExpression^) | Selects a single node in the XPathNavigator using the specified XPathExpression object. |
Show:
