|
| Name | Description |
|---|
.gif) .gif) .gif) | AppendChild |
Adds the specified node to the end of the list of child nodes, of this node.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | Clone |
Creates a duplicate of this node.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | CloneNode |
Creates a duplicate of this node.
(Overrides XmlNode..::.CloneNode(Boolean).) |
.gif) .gif) .gif) | CreateAttribute | Overloaded.
Creates an XmlAttribute with the specified name.
|
.gif) .gif) .gif) | CreateCDataSection |
Creates an XmlCDataSection containing the specified data.
|
.gif) .gif) .gif) | CreateComment |
Creates an XmlComment containing the specified data.
|
.gif) .gif) .gif) | CreateDefaultAttribute |
Creates a default attribute with the specified prefix, local name and namespace URI.
|
.gif) .gif) .gif) | CreateDocumentFragment |
Creates an XmlDocumentFragment.
|
.gif) | CreateDocumentType |
Returns a new XmlDocumentType object.
|
.gif) .gif) .gif) | CreateElement | Overloaded.
Creates an XmlElement.
|
.gif) .gif) .gif) | CreateEntityReference |
Creates an XmlEntityReference with the specified name.
|
.gif) | CreateNavigator | Overloaded.
Creates a new XPathNavigator object for navigating this document.
|
.gif) .gif) .gif) | CreateNode | Overloaded.
Creates an XmlNode.
|
.gif) .gif) .gif) | CreateProcessingInstruction |
Creates an XmlProcessingInstruction with the specified name and data.
|
.gif) .gif) .gif) | CreateSignificantWhitespace |
Creates an XmlSignificantWhitespace node.
|
.gif) .gif) .gif) | CreateTextNode |
Creates an XmlText with the specified text.
|
.gif) .gif) .gif) | CreateWhitespace |
Creates an XmlWhitespace node.
|
.gif) .gif) .gif) | CreateXmlDeclaration |
Creates an XmlDeclaration node with the specified values.
|
.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) | GetElementById |
Gets the XmlElement with the specified ID.
|
.gif) .gif) .gif) | GetElementsByTagName | Overloaded.
Returns an XmlNodeList containing a list of all descendant elements that match the specified name.
|
.gif) .gif) .gif) | GetEnumerator |
Provides support for the for each style iteration over the nodes in the XmlNode.
(Inherited from 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.
(Inherited from XmlNode.) |
.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.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
.gif) .gif) .gif) | ImportNode |
Imports a node from another document to the current document.
|
.gif) .gif) .gif) | InsertAfter |
Inserts the specified node immediately after the specified reference node.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | InsertBefore |
Inserts the specified node immediately before the specified reference node.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | Load | Overloaded.
Loads the specified XML data from a Stream, a URL, a TextReader, or an XmlReader.
|
.gif) .gif) .gif) | LoadXml |
Loads the XML document from the specified string.
|
.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.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | PrependChild |
Adds the specified node to the beginning of the list of child nodes for this node.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | ReadNode |
Creates an XmlNode object based on the information in the XmlReader. The reader must be positioned on a node or attribute.
|
.gif) .gif) .gif) | RemoveAll |
Removes all the child nodes and/or attributes of the current node.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | RemoveChild |
Removes specified child node.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | ReplaceChild |
Replaces the child node oldChild with newChild node.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | Save | Overloaded.
Saves the XML document to the specified location.
|
.gif) .gif) .gif) | SelectNodes | Overloaded. |
.gif) .gif) .gif) | SelectSingleNode | Overloaded. |
.gif) .gif) .gif) | Supports |
Test if the DOM implementation implements a specific feature.
(Inherited from XmlNode.) |
.gif) .gif) .gif) | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
.gif) .gif) .gif) | Validate | Overloaded.
Validates the XmlDocument against the XML Schema Definition Language (XSD) schemas contained in the Schemas property.
|
.gif) .gif) .gif) | WriteContentTo |
Saves all the children of the XmlDocument node to the specified XmlWriter.
(Overrides XmlNode..::.WriteContentTo(XmlWriter).) |
.gif) .gif) .gif) | WriteTo |
Saves the XmlDocument node to the specified XmlWriter.
(Overrides XmlNode..::.WriteTo(XmlWriter).) |