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!

XmlTextWriter Class

Represents a writer that provides fast non-cached forward-only way of generating XML streams containing XML documents that conform to the W3C Extensible Markup Language (XML) 1.0 specification and the Namespaces in XML specification.

Object
   XmlWriter
      XmlTextWriter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlTextWriter Members | System.NewXml Namespace