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