Mono Class Library: OverviewSystem.Xml.XPath.XPathNodeIterator: Members |
The members of System.Xml.XPath.XPathNodeIterator are listed below.
See Also: Inherited members from System.Object
The constructor.
[read-only] Count int. Returns the total cound of this node iterator. [read-only] abstractCurrent XPathNavigator. Represents the current node in shape of System.Xml.XPath.XPathNavigator [read-only] abstractCurrentPosition int. Represents the position in the current iterator.
abstractClone() : XPathNodeIterator Clones this iterator.GetEnumerator() : IEnumerator Documentation for this section has not yet been entered. abstractMoveNext() : bool Moves to the next node.
ICloneable.Clone Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.