XPathNavigator.Select Method (System.Xml.XPath)

Switch View :
ScriptFree
.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
Public method Select(String) Selects a node set, using the specified XPath expression.
Public method Select(XPathExpression) Selects a node set using the specified XPathExpression.
Public method Select(String, IXmlNamespaceResolver) Selects a node set using the specified XPath expression with the IXmlNamespaceResolver object specified to resolve namespace prefixes.
Top
See Also

Reference