System.Xml.XmlWriter Class
Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.

See Also: XmlWriter Members

Syntax

public abstract class XmlWriter : IDisposable

Remarks

The output of this class conforms to the W3C Extensible Markup Language (XML) 1.0 and the Namespaces in XML recommendations.

Note:

This class is abstract and is implemented in the System.Xml.XmlTextWriter class.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0