Mono Class Library: Overview

System.Xml.XPath.XPathNodeIterator: Members

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

See Also: Inherited members from System.Object

Protected Constructors

The constructor.

Public Properties

[read-only]
Countint. Returns the total cound of this node iterator.
[read-only]
abstract
CurrentXPathNavigator. Represents the current node in shape of System.Xml.XPath.XPathNavigator
[read-only]
abstract
CurrentPositionint. Represents the position in the current iterator.

Public Methods

abstract
Clone() : XPathNodeIterator
Clones this iterator.
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
abstract
MoveNext() : bool
Moves to the next node.

Explicitly Implemented Interface Members

ICloneable.CloneDocumentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.