Assembly: System.Xml (in system.xml.dll)
Public Class XmlDocument Inherits XmlNode
Dim instance As XmlDocument
public class XmlDocument : XmlNode
public ref class XmlDocument : public XmlNode
public class XmlDocument extends XmlNode
public class XmlDocument extends XmlNode
Not applicable.
This class implements the W3C Document Object Model (DOM) Level 1 Core and the Core DOM Level 2. The DOM is an in-memory (cache) tree representation of an XML document and enables the navigation and editing of this document. Because XmlDocument implements the IXPathNavigable interface it can also be used as the source document for the XslTransform class.
The XmlDataDocument class extends XmlDocument and allows structured data to be stored, retrieved, and manipulated through a relational DataSet. This class allows components to mix XML and relational views of the underlying data.
For more information, see XML Document Object Model (DOM).
Security Note: |
|---|
| Exceptions raised as a result of using the XmlDocument class, such as the XmlException class may contain sensitive information that should not be exposed in untrusted scenarios. Exceptions should be properly handled so that this sensitive information is not exposed in untrusted scenarios. |
System.Xml.XmlNode
System.Xml.XmlDocument
System.Configuration.ConfigXmlDocument
System.Xml.XmlDataDocument
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1..NET Framework
Supported in: 3.0, 2.0, 1.1, 1.0.NET Compact Framework
Supported in: 2.0, 1.0XNA Framework
Supported in: 1.0Reference
XmlDocument MembersSystem.Xml Namespace
XmlNodeChangedEventHandler
Security Note: