Search notes:

System.Xml.XmlReader (class)

System.Xml.XmlReader allows to read an XML document in forward-only (non-cashed) and read-only fashion.
Because XmlReader is non-cached and read-only, it does not allow to modify an XML document.

See also

System.Xml.XmlWriter

Index