XPathNavigator.SelectSingleNode Method
Silverlight
Selects a single node in the XPathNavigator.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SelectSingleNode(String) | Selects a single node in the XPathNavigator using the specified XPath query. |
|
SelectSingleNode(XPathExpression) | Selects a single node in the XPathNavigator using the specified XPathExpression object. |
|
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. |