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!

XmlWriter 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.

This class is abstract.

Object
   XmlWriter

[Visual Basic]
MustInherit Public Class XmlWriter
[C#]
public abstract class XmlWriter
[C++]
public __gc __abstract class XmlWriter
[JScript]
public abstract class XmlWriter

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlWriter Members | System.NewXml Namespace