January 2003
Beginner
696 pages
16h 38m
English
The abstract XmlReader and XmlWriter classes of the System.XML namespace provide reading and writing functionality for XML files. XmlReaders are implemented in three main classes that provide forward-only processing of XML files. Table 12.3 lists the implementations of the XmlReader class.
| Class | Description |
|---|---|
| XmlTextReader | Fastest implementation of XmlReader. It checks for well-formed XML, but doesn't support data validation. This reader cannot expand general entities and doesn't support default attributes. |
| XmlValidatingReader | Implementation of XmlReader that can validate data using DTDs or schemas. This reader can also expand general entities and supports default ... |
Read now
Unlock full access