XPathNavigatorExtensions ClassXPathNavigatorExtensions ClassXPathNavigatorExtensions Class

Extension methods for XPathNavigatorXPathNavigatorXPathNavigator to add support for evaluation of XPath 2.0 expressions.

Inheritance Hierarchy

Syntax

Public MustInherit NotInheritable Class XPathNavigatorExtensions
public abstract sealed class XPathNavigatorExtensions
public:
ref class XPathNavigatorExtensions abstract sealed
 
The XPathNavigatorExtensionsXPathNavigatorExtensionsXPathNavigatorExtensions type exposes the following members.

Methods

 MethodDescription
Public methodstaticDocumentURIDocumentURIDocumentURI Gets the document URI of the node pointed to by the specified XPathNavigatorXPathNavigatorXPathNavigator.
Public methodstaticToTypedValueToTypedValueToTypedValue Returns the typed value of the navigator.
Public methodstaticXPathEvaluate (XPathNavigator, string)XPathEvaluate (XPathNavigator, String)XPathEvaluate (XPathNavigator^, String^) Evaluates the specified XPath 2.0 expression and returns the typed result.
Public methodstaticXPathEvaluate (XPathNavigator, string, IXmlNamespaceResolver)XPathEvaluate (XPathNavigator, String, IXmlNamespaceResolver)XPathEvaluate (XPathNavigator^, String^, IXmlNamespaceResolver^) Evaluates the specified XPath 2.0 expression and returns the typed result. Evaluates the specified XPath 2.0 expression to select a single node.
Public methodstaticXPathSelect (XPathNavigator, string)XPathSelect (XPathNavigator, String)XPathSelect (XPathNavigator^, String^) Selects a node set, using the specified XPath 2.0 expression.
Public methodstaticXPathSelect (XPathNavigator, string, IXmlNamespaceResolver)XPathSelect (XPathNavigator, String, IXmlNamespaceResolver)XPathSelect (XPathNavigator^, String^, IXmlNamespaceResolver^) Selects a node set, using the specified XPath 2.0 expression.
Public methodstaticXPathSelectSingleNode (XPathNavigator, string)XPathSelectSingleNode (XPathNavigator, String)XPathSelectSingleNode (XPathNavigator^, String^) Evaluates the specified XPath 2.0 expression to select a single node.
Public methodstaticXPathSelectSingleNode (XPathNavigator, string, IXmlNamespaceResolver)XPathSelectSingleNode (XPathNavigator, String, IXmlNamespaceResolver)XPathSelectSingleNode (XPathNavigator^, String^, IXmlNamespaceResolver^) Evaluates the specified XPath 2.0 expression to select a single node.

Top