XmlLinkedNode Hierarchy

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

Derived Classes

Class Description
System.Xml.XmlCharacterData Provides text manipulation methods that are used by several classes.
System.Xml.XmlDeclaration Represents the XML declaration node <?xml version='1.0'...?>.
System.Xml.XmlDocumentType Represents the document type declaration.
System.Xml.XmlElement Represents an element.
System.Xml.XmlEntityReference Represents an entity reference node.
System.Xml.XmlProcessingInstruction Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document.

See Also

Reference

XmlLinkedNode Class
XmlLinkedNode Members
System.Xml Namespace