Mono Class Library: System.Xml.XPath.XPathNavigator Overview | Members

System.Xml.XPath.XPathNavigator.Select Overloads

The overloads of Select are listed below. For a list of all members, see the XPathNavigator Members list.

Public Methods

Select(string) : XPathNodeIterator
Evaluates an XPath expression that returns XPath node-set and returns the result. The call to this method is equivalent to Select (Compile (xpath)).
Select(XPathExpression) : XPathNodeIterator
Evaluates an XPath expression that returns XPath node-set and returns the result. This method is the same as the result of Select (Compile (xpath)).
Select(string, System.Xml.IXmlNamespaceResolver) : XPathNodeIterator
Documentation for this section has not yet been entered.