close

XmlWriter.close() (enterprise edition only)
Description
Writes out the closing root element tag and closes up the XML file.
Example
// Assuming the variable "xmlWriter" points to an existing

// instance of XmlWriter, this will close up the file.

xmlWriter.close();