Specifies the read state of an instance of a class derived
from the
System.Xml.XmlReader class.
[
Edit]
Remarks
Members
Member Name | Description |
---|
Closed | The XmlReader.Close method has been called.
[Edit]
|
EndOfFile | The end of the XML data has been
reached.
[Edit]
|
Error |
An error occurred that prevents the
read operation from continuing.
[Edit]
|
Initial | The XmlReader.Read method has not been called.
[Edit]
|
Interactive | The XmlReader.Read method
has
been called. Additional methods can now be called on the reader.
[Edit]
|
Requirements
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0