Using the XmlReader Class

The XmlReader class reads XML data from a stream or file. It provides non-cached, forward-only, read-only access to XML data. This section describes how to create an XmlReader instance with a specified set of features, such as data validation, data-conformance checking, reading typed data, and so on.

In This Section

See Also

Concepts

Reading XML with the XmlReader