XmlNode Hierarchy

The following table lists the classes derived from System.Xml.XmlNode .

Derived Classes

Class Description
System.Xml.XmlAttribute Represents an attribute. Valid and default values for the attribute are defined in a document type definition (DTD) or schema.
System.Xml.XmlDocument Represents an XML document.
System.Xml.XmlDocumentFragment Represents a lightweight object that is useful for tree insert operations.
System.Xml.XmlEntity Represents an entity declaration, such as <!ENTITY... >.
System.Xml.XmlLinkedNode Gets the node immediately preceding or following this node.
System.Xml.XmlNotation Represents a notation declaration, such as <!NOTATION... >.

See Also

Reference

XmlNode Class
XmlNode Members
System.Xml Namespace
SelectNodes

Other Resources

Create New Nodes in the DOM