XmlNode
Represents a single node in the XML document.
Gets an XmlAttributeCollection containing the attributes of this node.
Gets the base URI of the current node.
Gets all the child nodes of the node.
Gets the first child of the node.
Gets a value indicating whether this node has any child nodes.
Gets or sets the concatenated values of the node and all its child nodes.
Gets or sets the markup representing only the child nodes of this node.
Gets a value indicating whether the node is read-only.
Gets the first child element with the specified Name.
Gets the first child element with the specified LocalName and NamespaceURI.
Gets the last child of the node.
Gets the local name of the node, when overridden in a derived class.
Gets the qualified name of the node, when overridden in a derived class.
Gets the namespace URI of this node.
Gets the node immediately following this node.
Gets the type of the current node, when overridden in a derived class.
Gets the markup containing this node and all its child nodes.
Gets the XmlDocument to which this node belongs.
Gets the parent of this node (for nodes that can have parents).
Gets or sets the namespace prefix of this node.
Gets the node immediately preceding this node.
Gets the text node that immediately precedes this node.
Gets or sets the value of the node.
Adds the specified node to the end of the list of child nodes, of this node.
Creates a duplicate of the node, when overridden in a derived class.
Get an enumerator that iterates through the child nodes in the current node.
Looks up the closest xmlns declaration for the given prefix that is in scope for the current node and returns the namespace URI in the declaration.
Looks up the closest xmlns declaration for the given namespace URI that is in scope for the current node and returns the prefix defined in that declaration.
Inserts the specified node immediately after the specified reference node.
Inserts the specified node immediately before the specified reference node.
Puts all XmlText nodes in the full depth of the sub-tree underneath this XmlNode into a "normal" form where only markup (that is, tags, comments, processing instructions, CDATA sections, and entity references) separates XmlText nodes, that is, there are no adjacent XmlText nodes.
Adds the specified node to the beginning of the list of child nodes for this node.
Removes all the child nodes and/or attributes of the current node.
Removes specified child node.
Replaces the child node oldChild with newChild node.
Tests if the DOM implementation implements a specific feature.
Saves all the child nodes of the node to the specified XmlWriter, when overridden in a derived class.
Saves the current node to the specified XmlWriter, when overridden in a derived class.