Mono Class Library: System.Xml.XPath.XPathNavigator Overview | MembersSystem.Xml.XPath.XPathNavigator.Evaluate Overloads |
The overloads of Evaluate are listed below. For a list of all members, see the XPathNavigator Members list.
Evaluate(string) : object Evaluates an XPath expression and returns the result. The call to this method is equivalent to Evaluate (Compile (xpath)).Evaluate(XPathExpression) : object Evaluates an XPath expression and returns the result. The call to this method is equivalent to Evaluate (expr, null).Evaluate(string, System.Xml.IXmlNamespaceResolver) : object Documentation for this section has not yet been entered.Evaluate(XPathExpression, XPathNodeIterator) : object Evaluates an XPath expression and returns the result.