XmlDocument::Save Method

 

Saves the XML document to the specified location.

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

NameDescription
System_CAPS_pubmethodSave(Stream^)

Saves the XML document to the specified stream.

System_CAPS_pubmethodSave(String^)

Saves the XML document to the specified file. If the specified file exists, this method overwrites it.

System_CAPS_pubmethodSave(TextWriter^)

Saves the XML document to the specified TextWriter.

System_CAPS_pubmethodSave(XmlWriter^)

Saves the XML document to the specified XmlWriter.

Return to top
Show: