AppendChild (inherited from XmlNode) |
Adds the specified node to the end of the list of children of this node. |
Clone (inherited from XmlNode) |
Creates a duplicate of this node. |
CloneNode |
Creates a duplicate of this node. |
CreateAttribute |
Overloaded. Creates an XmlAttribute with the specified name. |
CreateCDataSection |
Creates a XmlCDataSection containing the specified data. |
CreateComment |
Creates an XmlComment containing the specified data. |
CreateDocumentFragment |
Creates an XmlDocumentFragment. |
CreateElement |
Overloaded. Creates an XmlElement. |
CreateEntityReference |
Creates an XmlEntityReference with the specified name. |
CreateNode |
Overloaded. Creates an XmlNode. |
CreateProcessingInstruction |
Creates a XmlProcessingInstruction with the specified name and data strings. |
CreateTextNode |
Creates an XmlText with the specified text. |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetElementById |
Returns the XmlElement with the specified ID. |
GetElementsByTagName |
Overloaded. Returns an XmlNodeList containing a list of all descendant elements that match the specified name. |
GetEnumerator (inherited from XmlNode) |
Provides a simple ForEach-style iteration over the collection of nodes in this XmlNamedNodeMap. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetNamespaceOfPrefix (inherited from XmlNode) |
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. |
GetPrefixOfNamespace (inherited from XmlNode) |
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. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ImportNode |
Imports a node from another document to this document. |
InsertAfter (inherited from XmlNode) |
Inserts the specified node immediately after the specified reference node. |
InsertBefore (inherited from XmlNode) |
Inserts the specified node immediately before the specified reference node. |
Load |
Overloaded. Loads the specified XML data.
By default, the Load method preserves SignificantWhitespace.
|
LoadXml |
Loads the XML document from the specified string. |
Normalize (inherited from XmlNode) |
Puts all XmlText nodes in the full depth of the sub-tree underneath this XmlNode into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates XmlText nodes, that is, there are no adjacent XmlText nodes. |
PrependChild (inherited from XmlNode) |
Adds the specified node to the beginning of the list of children of this node. |
RemoveAll (inherited from XmlNode) |
Removes all the children and/or attributes of the current node. |
RemoveChild (inherited from XmlNode) |
Removes specified child node. |
ReplaceChild (inherited from XmlNode) |
Replaces the child node oldChild with newChild node. |
Save |
Overloaded. Saves the XML document to the specified location. |
Supports (inherited from XmlNode) |
Test if the DOM implementation implements a specific feature. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
WriteContentTo |
Saves all the children of the node to the specified XmlWriter. |
WriteTo |
Saves the node to the specified XmlWriter. |