Creates a new XML document.
[Visual Basic] Overloads Public Sub New() [C#] public XmlDocument(); [C++] public: XmlDocument(); [JScript] public function XmlDocument();
A new XmlContext is automatically created and associated with the document. This context can be obtained using the Context property.
The Root property of the new document is null until a root element is manually added to the document.
XmlDocument Class | XmlDocument Members | System.Xml Namespace | XmlDocument Constructor Overload List