System.Xml.XPath.XPathNodeIterator Members

The members of System.Xml.XPath.XPathNodeIterator are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Xml.XPath.XPathNodeIterator class.

Public Properties

[read-only]
Countint.

Gets the index of the last node in the selected set of nodes.

[read-only]
abstract
CurrentXPathNavigator.

When overridden in a derived class, gets the System.Xml.XPath.XPathNavigator object for this System.Xml.XPath.XPathNodeIterator, positioned on the current context node.

[read-only]
abstract
CurrentPositionint.

When overridden in a derived class, gets the index of the current position in the selected set of nodes.

Public Methods

abstract
Clone() : XPathNodeIterator

When overridden in a derived class, returns a clone of this System.Xml.XPath.XPathNodeIterator object.

GetEnumerator() : IEnumerator

Returns an IEnumerator object to iterate through the selected node set.

abstract
MoveNext() : bool

When overridden in a derived class, moves the System.Xml.XPath.XPathNavigator object returned by the XPathNodeIterator.Current property to the next node in the selected node set.

Explicitly Implemented Interface Members

ICloneable.Clone

Creates a new object that is a copy of the current instance.