Assembly: System.Xml (in system.xml.dll)
Public MustInherit Class XmlNode Implements ICloneable, IEnumerable, IXPathNavigable
Dim instance As XmlNode
public abstract class XmlNode : ICloneable, IEnumerable, IXPathNavigable
public ref class XmlNode abstract : ICloneable, IEnumerable, IXPathNavigable
public abstract class XmlNode implements ICloneable, IEnumerable, IXPathNavigable
public abstract class XmlNode implements ICloneable, IEnumerable, IXPathNavigable
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. XmlNode is the base class in the.NET implementation of the DOM. It supports XPath selections and provides editing capabilities. The XmlDocument class extends XmlNode and represents an XML document. You can use XmlDocument to load and save XML data. It also includes methods for node creation. See XML Document Object Model (DOM) for more information.
Security Note: |
|---|
| Exceptions raised as a result of using the XmlNode 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
Derived Classes
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
XmlNode MembersSystem.Xml Namespace
SelectNodes
Security Note: