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

System.Xml.XPath.XPathNodeIterator.Current Property

Represents the current node in shape of System.Xml.XPath.XPathNavigator

public abstract XPathNavigator Current { get; }

Value

An System.Xml.XPath.XPathNavigator instance that represents the current node.

Remarks

This XPathNavigator is safe to move until the next time XPathNodeIterator.MoveNext was called.

To use this property, XPathNodeIterator.MoveNext must be called in prior. This property might return inconsistent value before the first call to that method. The behavior depends on each derived class of this class.

Requirements

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