System.Xml.XPath.XPathNavigator.Select Method

Selects a node set using the specified XPath expression with the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes.

Syntax

public virtual XPathNodeIterator Select (string xpath, System.Xml.IXmlNamespaceResolver resolver)

Parameters

xpath
A string representing an XPath expression.
resolver
The System.Xml.IXmlNamespaceResolver object used to resolve namespace prefixes.

Returns

An System.Xml.XPath.XPathNodeIterator that points to the selected node set.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0