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