XPathNavigatorExtensions ClassXPathNavigatorExtensions ClassXPathNavigatorExtensions Class
- XmlPrime 3.1
- Other Versions ▼
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
| Method | Description |
---|
  | DocumentURIDocumentURIDocumentURI |
Gets the document URI of the node pointed to by the specified XPathNavigatorXPathNavigatorXPathNavigator.
|
  | ToTypedValueToTypedValueToTypedValue |
Returns the typed value of the navigator.
|
  | XPathEvaluate (XPathNavigator, string)XPathEvaluate (XPathNavigator, String)XPathEvaluate (XPathNavigator^, String^) |
Evaluates the specified XPath 2.0 expression and returns the typed result.
|
  | XPathEvaluate (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.
|
  | XPathSelect (XPathNavigator, string)XPathSelect (XPathNavigator, String)XPathSelect (XPathNavigator^, String^) |
Selects a node set, using the specified XPath 2.0 expression.
|
  | XPathSelect (XPathNavigator, string, IXmlNamespaceResolver)XPathSelect (XPathNavigator, String, IXmlNamespaceResolver)XPathSelect (XPathNavigator^, String^, IXmlNamespaceResolver^) |
Selects a node set, using the specified XPath 2.0 expression.
|
  | XPathSelectSingleNode (XPathNavigator, string)XPathSelectSingleNode (XPathNavigator, String)XPathSelectSingleNode (XPathNavigator^, String^) |
Evaluates the specified XPath 2.0 expression to select a single node.
|
  | XPathSelectSingleNode (XPathNavigator, string, IXmlNamespaceResolver)XPathSelectSingleNode (XPathNavigator, String, IXmlNamespaceResolver)XPathSelectSingleNode (XPathNavigator^, String^, IXmlNamespaceResolver^) |
Evaluates the specified XPath 2.0 expression to select a single node.
|
Top