Mono Class Library: System.Xml Namespace

System.Xml.XmlWriter Class

Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data. [Edit]

See Also: XmlWriter Members

public abstract class XmlWriter : IDisposable

Thread Safety

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

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.

[Edit]

Requirements

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