Represents an XML document. You can use this class to load, validate, edit, add, and position XML in ...
virtual XmlDocument OwnerDocument
Gets the T:System.Xml.XmlDocument to which this node belongs.
XmlNodeType
Specifies the type of node.
XPathNodeType
Defines the XPath node types that can be returned from the T:System.Xml.XPath.XPathNavigator class.
Represents a writer that provides a fast, non-cached, forward-only way to generate streams or files t...
virtual XmlComment CreateComment(string data)
Creates an T:System.Xml.XmlComment containing the specified data.
virtual string Data
Contains the data of the node.
Provides text manipulation methods that are used by several classes.
abstract void WriteComment(string text)
When overridden in a derived class, writes out a comment <!–...–> containing the specified text.
Represents a single node in the XML document.