XmlWriter Class

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

Inheritance Hierarchy

System.Object
  System.Xml.XmlWriter
    System.Xml.XmlDictionaryWriter

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

Syntax

'Declaration
Public MustInherit Class XmlWriter _
    Implements IDisposable
public abstract class XmlWriter : IDisposable

The XmlWriter type exposes the following members.

Constructors

  Name Description
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlWriter Initializes a new instance of the XmlWriter class.

Top

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Settings Gets the XmlWriterSettings object used to create this XmlWriter instance.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteState When overridden in a derived class, gets the state of the writer.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlLang When overridden in a derived class, gets the current xml:lang scope.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlSpace When overridden in a derived class, gets an XmlSpace representing the current xml:space scope.

Top

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Close When overridden in a derived class, closes this stream and the underlying stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(Stream) Creates a new XmlWriter instance using the specified stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(StringBuilder) Creates a new XmlWriter instance using the specified StringBuilder.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(TextWriter) Creates a new XmlWriter instance using the specified TextWriter.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(XmlWriter) Creates a new XmlWriter instance using the specified XmlWriter object.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(Stream, XmlWriterSettings) Creates a new XmlWriter instance using the stream and XmlWriterSettings object.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(StringBuilder, XmlWriterSettings) Creates a new XmlWriter instance using the StringBuilder and XmlWriterSettings objects.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(TextWriter, XmlWriterSettings) Creates a new XmlWriter instance using the TextWriter and XmlWriterSettings objects.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(XmlWriter, XmlWriterSettings) Creates a new XmlWriter instance using the specified XmlWriter and XmlWriterSettings objects.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Dispose()
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Dispose(Boolean) Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Flush When overridden in a derived class, flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 LookupPrefix When overridden in a derived class, returns the closest prefix defined in the current namespace scope for the namespace URI.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteAttributes When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteAttributeString(String, String) When overridden in a derived class, writes out the attribute with the specified local name and value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteAttributeString(String, String, String) When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteAttributeString(String, String, String, String) When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteBase64 When overridden in a derived class, encodes the specified binary bytes as Base64 and writes out the resulting text.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteBinHex When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteCData When overridden in a derived class, writes out a <![CDATA[...]]> block containing the specified text.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteCharEntity When overridden in a derived class, forces the generation of a character entity for the specified Unicode character value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteChars When overridden in a derived class, writes text one buffer at a time.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteComment When overridden in a derived class, writes out a comment <!--...--> containing the specified text.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteDocType When overridden in a derived class, writes the DOCTYPE declaration with the specified name and optional attributes.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteElementString(String, String) When overridden in a derived class, writes an element with the specified local name and value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteElementString(String, String, String) When overridden in a derived class, writes an element with the specified local name, namespace URI, and value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteElementString(String, String, String, String) Writes an element with the specified local name, namespace URI, and value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteEndAttribute When overridden in a derived class, closes the previous WriteStartAttribute call.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteEndDocument When overridden in a derived class, closes any open elements or attributes and puts the writer back in the Start state.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteEndElement When overridden in a derived class, closes one element and pops the corresponding namespace scope.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteEntityRef When overridden in a derived class, writes out an entity reference as &name;.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteFullEndElement When overridden in a derived class, closes one element and pops the corresponding namespace scope.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteName When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteNmToken When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteNode When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteProcessingInstruction When overridden in a derived class, writes out a processing instruction with a space between the name and text as follows: <?name text?>.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteQualifiedName When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteRaw(String) When overridden in a derived class, writes raw markup manually from a string.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteRaw(array<Char[], Int32, Int32) When overridden in a derived class, writes raw markup manually from a character buffer.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteStartAttribute(String) Writes the start of an attribute with the specified local name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteStartAttribute(String, String) Writes the start of an attribute with the specified local name and namespace URI.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteStartAttribute(String, String, String) When overridden in a derived class, writes the start of an attribute with the specified prefix, local name, and namespace URI.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteStartDocument() When overridden in a derived class, writes the XML declaration with the version "1.0".
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteStartDocument(Boolean) When overridden in a derived class, writes the XML declaration with the version "1.0" and the standalone attribute.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteStartElement(String) When overridden in a derived class, writes out a start tag with the specified local name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteStartElement(String, String) When overridden in a derived class, writes the specified start tag and associates it with the given namespace.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteStartElement(String, String, String) When overridden in a derived class, writes the specified start tag and associates it with the given namespace and prefix.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteString When overridden in a derived class, writes the given text content.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteSurrogateCharEntity When overridden in a derived class, generates and writes the surrogate character entity for the surrogate character pair.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(Boolean) Writes a Boolean value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(DateTime) Writes a DateTime value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(Decimal) Writes a Decimal value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(Double) Writes a Double value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(Int32) Writes a Int32 value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(Int64) Writes a Int64 value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(Object) Writes the object value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(Single) Writes a single-precision floating-point number.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteValue(String) Writes a String value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteWhitespace When overridden in a derived class, writes out the given white space.

Top

Remarks

The XmlWriter class supports the W3C Extensible Markup Language (XML) 1.0 and the Namespaces in XML recommendations.

NoteNote:

You must use the Create method to create XmlWriter object.

Note   When you use the XmlWriter methods to output XML, the elements and attributes will not be written until you call the Close method.

Security Considerations

The following items are things to consider when working with the XmlWriter class.

  • Exceptions thrown by the XmlWriter can disclose path information that you do not want bubbled up to the application. Your applications must catch exceptions and process them appropriately.

  • The XmlWriter does not validate any data that is passed to the WriteDocType or WriteRaw methods. You should not pass arbitrary data to these methods.

Examples

The following example navigates through the stream to determine the current node type, and then uses XmlWriter to output the XmlReader content.

Dim output As StringBuilder = New StringBuilder()

Dim xmlString As String = "<?xml version='1.0'?>" & _
                "<!-- This is a sample XML document -->" & _
                "<Items>" & _
                  "<Item>test with a child element <more/> stuff</Item>" & _
                "</Items>"
' Create an XmlReader
Using reader As XmlReader = XmlReader.Create(New StringReader(xmlString))
    Dim ws As XmlWriterSettings = New XmlWriterSettings()
    ws.Indent = True
    Using writer As XmlWriter = XmlWriter.Create(output, ws)

        ' Parse the file and display each of the nodes.
        While reader.Read()
            Select Case reader.NodeType
                Case XmlNodeType.Element
                    writer.WriteStartElement(reader.Name)
                Case XmlNodeType.Text
                    writer.WriteString(reader.Value)
                Case XmlNodeType.XmlDeclaration
                Case XmlNodeType.ProcessingInstruction
                    writer.WriteProcessingInstruction(reader.Name, reader.Value)
                Case XmlNodeType.Comment
                    writer.WriteComment(reader.Value)
                Case XmlNodeType.EndElement
                    writer.WriteFullEndElement()
            End Select
        End While
    End Using
End Using
OutputTextBlock.Text = output.ToString()
StringBuilder output = new StringBuilder();

String xmlString =
        @"<?xml version='1.0'?>
        <!-- This is a sample XML document -->
        <Items>
          <Item>test with a child element <more/> stuff</Item>
        </Items>";
// Create an XmlReader
using (XmlReader reader = XmlReader.Create(new StringReader(xmlString)))
{
    XmlWriterSettings ws = new XmlWriterSettings();
    ws.Indent = true;
    using (XmlWriter writer = XmlWriter.Create(output, ws))
    {

        // Parse the file and display each of the nodes.
        while (reader.Read())
        {
            switch (reader.NodeType)
            {
                case XmlNodeType.Element:
                    writer.WriteStartElement(reader.Name);
                    break;
                case XmlNodeType.Text:
                    writer.WriteString(reader.Value);
                    break;
                case XmlNodeType.XmlDeclaration:
                case XmlNodeType.ProcessingInstruction:
                    writer.WriteProcessingInstruction(reader.Name, reader.Value);
                    break;
                case XmlNodeType.Comment:
                    writer.WriteComment(reader.Value);
                    break;
                case XmlNodeType.EndElement:
                    writer.WriteFullEndElement();
                    break;
            }
        }

    }
}
OutputTextBlock.Text = output.ToString();

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.