NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextReader Class

Represents a reader that provides fast, non-cached forward only stream access to XML data.

Object
   XmlReader
      XmlTextReader

[Visual Basic]
Public Class XmlTextReader
   Inherits XmlReader
[C#]
public class XmlTextReader : XmlReader
[C++]
public __gc class XmlTextReader : public XmlReader
[JScript]
public class XmlTextReader extends XmlReader

Remarks

This class parses text input into a sequence of XML tokens.

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlTextReader Members | System.NewXml Namespace