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

Overload List

  NameDescription
Public methodEvaluate(String)
Evaluates the specified XPath expression and returns the typed result.
(Inherited from XPathNavigator.)
Public methodEvaluate(XPathExpression)
Evaluates the XPathExpression and returns the typed result.
(Inherited from XPathNavigator.)
Public methodEvaluate(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.)
Public methodEvaluate(XPathExpression, XPathNodeIterator)
Uses the supplied context to evaluate the XPathExpression, and returns the typed result.
(Inherited from XPathNavigator.)

See Also