|
| Name | Description |
|---|
.gif) .gif) .gif) | AppendChild | Adds the specified node to the end of the list of child nodes, of this node. |
.gif) .gif) .gif) | Clone | Creates a duplicate of this node. |
.gif) .gif) .gif) | CloneNode | When overridden in a derived class, creates a duplicate of the node. |
.gif) | CreateNavigator | Creates an XPathNavigator for navigating this object. |
.gif) .gif) .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) .gif) | GetEnumerator | Provides support for the for each style iteration over the nodes in the XmlNode. |
.gif) .gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) .gif) .gif) | GetNamespaceOfPrefix | 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. |
.gif) .gif) .gif) | GetPrefixOfNamespace | 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. |
.gif) .gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) .gif) | InsertAfter | Inserts the specified node immediately after the specified reference node. |
.gif) .gif) .gif) | InsertBefore | Inserts the specified node immediately before the specified reference node. |
.gif) .gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | Normalize | 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. |
.gif) .gif) .gif) | PrependChild | Adds the specified node to the beginning of the list of child nodes for this node. |
.gif) .gif) .gif) | RemoveAll | Removes all the child nodes and/or attributes of the current node. |
.gif) .gif) .gif) | RemoveChild | Removes specified child node. |
.gif) .gif) .gif) | ReplaceChild | Replaces the child node oldChild with newChild node. |
.gif) .gif) .gif) | SelectNodes | Overloaded. Selects a list of nodes matching the XPath expression. |
.gif) .gif) .gif) | SelectSingleNode | Overloaded. Selects the first XmlNode that matches the XPath expression. |
.gif) .gif) .gif) | Supports | Test if the DOM implementation implements a specific feature. |
.gif) .gif) .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | WriteContentTo | When overridden in a derived class, saves all the child nodes of the node to the specified XmlWriter. |
.gif) .gif) .gif) | WriteTo | When overridden in a derived class, saves the current node to the specified XmlWriter. |