.NET Framework Class Library
XPathNavigator.Select Method
Selects a node set, using the specified XPath expression.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
Select(String) | Selects a node set, using the specified XPath expression. |
|
Select(XPathExpression) | Selects a node set using the specified XPathExpression. |
|
Select(String, IXmlNamespaceResolver) | Selects a node set using the specified XPath expression with the IXmlNamespaceResolver object specified to resolve namespace prefixes. |
See Also