The members of System.Xml.XPath.XPathNodeIterator are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Xml.XPath.XPathNodeIterator class. |
[read-only] | Count | int.
Gets the index of the last node in the selected set of nodes. |
[read-only] abstract | Current | XPathNavigator.
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 | CurrentPosition | int.
When overridden in a derived class, gets the index of the current position in the selected set of nodes. |
abstract | Clone()
| |
GetEnumerator()
| ||
abstract | MoveNext()
|
ICloneable.Clone |
Creates a new object that is a copy of the current instance. |