Mono Class Library: System.Xml.XPath.XPathNavigator Overview | Members

System.Xml.XPath.XPathNavigator.SelectDescendants Method

Selects the descendant nodes and optionally the current node itself that has specific qualified name of the current node of this instance. The typical usage of this method is internal XPath evaluation of "descendant::foo" or "descendant-or-self::bar".

public virtual XPathNodeIterator SelectDescendants (string name, string namespaceURI, bool matchSelf)

Parameters

name
The local part of the target node name.
namespaceURI
The namespace URI part of the target node name.
matchSelf
Indicates if the result contains the current node itself or not.

Returns

The System.Xml.XPath.XPathNodeIterator instance that holds all the resulting nodes.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0