XmlWhitespace Methods
The methods of the XmlWhitespace class are listed here. For a complete list of XmlWhitespace class members, see the XmlWhitespace Members topic.
Public Methods
AppendChild (inherited from XmlNode)
Supported by the .NET Compact Framework. | Adds the specified node to the end of the list of child nodes, of this node. |
AppendData (inherited from XmlCharacterData)
Supported by the .NET Compact Framework. | Appends the specified string to the end of the character data of the node. |
Clone (inherited from XmlNode)
Supported by the .NET Compact Framework. | Creates a duplicate of this node. |
CloneNode Supported by the .NET Compact Framework. | Overridden. Creates a duplicate of this node. |
CreateNavigator (inherited from XmlNode) | Creates an XPathNavigator for navigating this object. |
DeleteData (inherited from XmlCharacterData)
Supported by the .NET Compact Framework. | Remove a range of characters from the node. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetEnumerator (inherited from XmlNode)
Supported by the .NET Compact Framework. | Provides support for the for each style iteration over the nodes in the XmlNode. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | 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)
Supported by the .NET Compact Framework. | 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)
Supported by the .NET Compact Framework. | 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)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
InsertAfter (inherited from XmlNode)
Supported by the .NET Compact Framework. | Inserts the specified node immediately after the specified reference node. |
InsertBefore (inherited from XmlNode)
Supported by the .NET Compact Framework. | Inserts the specified node immediately before the specified reference node. |
InsertData (inherited from XmlCharacterData)
Supported by the .NET Compact Framework. | Insert the specified string at the specified character offset. |
Normalize (inherited from XmlNode)
Supported by the .NET Compact Framework. | 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)
Supported by the .NET Compact Framework. | Adds the specified node to the beginning of the list of child nodes for this node. |
RemoveAll (inherited from XmlNode)
Supported by the .NET Compact Framework. | Removes all the child nodes and/or attributes of the current node. |
RemoveChild (inherited from XmlNode)
Supported by the .NET Compact Framework. | Removes specified child node. |
ReplaceChild (inherited from XmlNode)
Supported by the .NET Compact Framework. | Replaces the child node oldChild with newChild node. |
ReplaceData (inherited from XmlCharacterData)
Supported by the .NET Compact Framework. | Replace the specified number of characters starting at the specified offset with the specified string. |
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. |
Substring (inherited from XmlCharacterData)
Supported by the .NET Compact Framework. | Retrieves a substring, of the full string, from the specified range. |
Supports (inherited from XmlNode)
Supported by the .NET Compact Framework. | Test if the DOM implementation implements a specific feature. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
WriteContentTo Supported by the .NET Compact Framework. | Overridden. Saves all the children of the node to the specified XmlWriter. |
WriteTo Supported by the .NET Compact Framework. | Overridden. Saves the node to the specified XmlWriter. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
