IXmlReader
Description
- Derived from
- Extended by
Base interface for classes that allow sequential reading of XML data.
Public / Methods
ReadBool
Reads a value of the current node without advancing the stream.
The following values may be read with this method:
- IOException
-
If an I/O error has occurred.
ReadInt
Reads a value of the current node without advancing the stream.
The following values may be read with this method:
-
XmlDocument.Version (index 0 and 1)
-
XmlDocument.StandAlone (index 2)
- IOException
-
If an I/O error has occurred.
ReadName
Reads a value of the current node without advancing the stream.
The following values may be read with this method:
- IOException
-
If an I/O error has occurred.
ReadString
Reads a value of the current node without advancing the stream.
The following values may be read with this method:
-
XmlDocument.Encoding (index 0)
-
XmlDocument.PublicId (index 1)
-
XmlDocument.SystemId (index 2)
- IOException
-
If an I/O error has occurred.