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

An XML reader that parses text input into a sequence of XML tokens.

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

[To be supplied.]

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlTextReader Members | System.Xml Namespace