AppendChild | Overrides the internal AppendChild method to support DDOM functionality. The function unbinds, then rebinds and applies all XRules documents attached to the XmlDocument. |
Clone (inherited from XmlNode) |
Creates a duplicate of this node.
|
CloneNode (inherited from XmlElement) |
Creates a duplicate of this node.
|
CreateNavigator (inherited from XmlNode) |
Creates an XPathNavigator for navigating this object.
|
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
GetAttribute (inherited from XmlElement) | Overloaded.
Returns the value for the attribute with the specified local name and namespace URI.
|
GetAttributeNode (inherited from XmlElement) | Overloaded.
Returns the XmlAttribute with the specified local name and namespace URI.
|
GetElementsByTagName (inherited from XmlElement) | Overloaded.
Returns an XmlNodeList containing a list of all descendant elements that match the specified LocalName and NamespaceURI .
|
GetEnumerator (inherited from XmlNode) |
Provides support for the for each style iteration over the nodes in the XmlNode .
|
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 current instance.
|
HasAttribute (inherited from XmlElement) | Overloaded.
Determines whether the current node has an attribute with the specified local name and namespace URI.
|
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.
|
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 (that is, 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 child nodes for this node.
|
RemoveAll (inherited from XmlElement) |
Removes all specified attributes and children of the current node. Default attributes are not removed.
|
RemoveAllAttributes (inherited from XmlElement) |
Removes all specified attributes from the element. Default attributes are not removed.
|
RemoveAttribute (inherited from XmlElement) | Overloaded.
Removes an attribute with the specified local name and namespace URI.
Note If the removed attribute has a default value, it is immediately replaced.
|
RemoveAttributeAt (inherited from XmlElement) |
Removes the attribute node with the specified index from the element.
Note If the removed attribute has a default value, it is immediately replaced.
|
RemoveAttributeNode (inherited from XmlElement) | Overloaded.
Removes the XmlAttributespecified by the local name and namespace URI.
Note If the removed attribute has a default value, it is immediately replaced.
|
RemoveChild | Overrides the internal RemoveChild method to support DDOM functionality. The function unbinds, then rebinds and applies all XRules documents attached to the XmlDocument of the node being removed. |
ReplaceChild (inherited from XmlNode) |
Replaces the child node oldChild with newChild node.
|
SelectNodes (inherited from XmlNode) | Overloaded.
Selects a list of nodes matching the XPath expression.
|
SelectSingleNode (inherited from XmlNode) | Overloaded.
Selects the first XmlNode that matches the XPath expression.
|
SetAttribute (inherited from XmlElement) | Overloaded.
Sets the value of the attribute with the specified local name and namespace URI.
|
SetAttributeNode (inherited from XmlElement) | Overloaded.
Adds the specified XmlAttribute .
|
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 (inherited from XmlElement) |
Saves all the children of the node to the specified XmlWriter .
|
WriteTo (inherited from XmlElement) |
Saves the current node to the specified XmlWriter .
|