System.Xml.XmlDocument.WriteTo Method

Saves the XmlDocument node to the specified System.Xml.XmlWriter.

Syntax

public override void WriteTo (XmlWriter w)

Parameters

w
The XmlWriter to which you want to save.

Remarks

This method is a Microsoft extension to the Document Object Model (DOM). It is functionally equivalent to the XmlNode.OuterXml property.

The XmlDeclaration.Encoding property determines the encoding that is written out. If the Encoding property does not have a value, the XmlDocument is written out without an encoding attribute.

Requirements

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