[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Evaluate(String)
Evaluates the specified XPath expression and returns the typed result.
(Inherited from XPathNavigator.)
Evaluate(XPathExpression)
Evaluates the XPathExpression and returns the typed result.
(Inherited from XPathNavigator.)
Evaluate(String, IXmlNamespaceResolver)
Evaluates the specified XPath expression and returns the typed result, using the IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression.
(Inherited from XPathNavigator.)
Evaluate(XPathExpression, XPathNodeIterator)
Uses the supplied context to evaluate the XPathExpression, and returns the typed result.
(Inherited from XPathNavigator.)

See Also