XmlWriter.Create Method
.NET Framework 2.0
Creates a new XmlWriter instance.
XmlWriter Members
System.Xml Namespace
Writing XML with the XmlWriter
| Name | Description |
|---|---|
| XmlWriter.Create (Stream) | Creates a new XmlWriter instance using the specified stream. Supported by the .NET Compact Framework. |
| XmlWriter.Create (String) | Creates a new XmlWriter instance using the specified filename. Supported by the .NET Compact Framework. |
| XmlWriter.Create (StringBuilder) | Creates a new XmlWriter instance using the specified StringBuilder. Supported by the .NET Compact Framework. |
| XmlWriter.Create (TextWriter) | Creates a new XmlWriter instance using the specified TextWriter. Supported by the .NET Compact Framework. |
| XmlWriter.Create (XmlWriter) | Creates a new XmlWriter instance using the specified XmlWriter object. Supported by the .NET Compact Framework. |
| XmlWriter.Create (Stream, XmlWriterSettings) | Creates a new XmlWriter instance using the stream and XmlWriterSettings object. Supported by the .NET Compact Framework. |
| XmlWriter.Create (String, XmlWriterSettings) | Creates a new XmlWriter instance using the filename and XmlWriterSettings object. Supported by the .NET Compact Framework. |
| XmlWriter.Create (StringBuilder, XmlWriterSettings) | Creates a new XmlWriter instance using the StringBuilder and XmlWriterSettings objects. Supported by the .NET Compact Framework. |
| XmlWriter.Create (TextWriter, XmlWriterSettings) | Creates a new XmlWriter instance using the TextWriter and XmlWriterSettings objects. Supported by the .NET Compact Framework. |
| XmlWriter.Create (XmlWriter, XmlWriterSettings) | Creates a new XmlWriter instance using the specified XmlWriter and XmlWriterSettings objects. Supported by the .NET Compact Framework. |
Reference
XmlWriter ClassXmlWriter Members
System.Xml Namespace
Other Resources
Creating XML WritersWriting XML with the XmlWriter
Community Additions
ADD
Show: