XmlWhitespace Properties
The properties of the XmlWhitespace class are listed here. For a complete list of XmlWhitespace class members, see the XmlWhitespace Members topic.
Public Properties
Attributes (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets an XmlAttributeCollection containing the attributes of this node. |
BaseURI (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the base URI of the current node. |
ChildNodes (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets all the child nodes of the node. |
Data (inherited from XmlCharacterData)
Supported by the .NET Compact Framework. | Contains the data of the node. |
FirstChild (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the first child of the node. |
HasChildNodes (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets a value indicating whether this node has any child nodes. |
InnerText (inherited from XmlCharacterData)
Supported by the .NET Compact Framework. | Overridden. Gets or sets the concatenated values of the node and all the children of the node. |
InnerXml (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets or sets the markup representing only the child nodes of this node. |
IsReadOnly (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets a value indicating whether the node is read-only. |
Item (inherited from XmlNode) | Overloaded. Gets the specified child element.
In C#, this property is the indexer for the XmlWhitespace class. |
LastChild (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the last child of the node. |
Length (inherited from XmlCharacterData)
Supported by the .NET Compact Framework. | Gets the length of the data, in characters. |
LocalName Supported by the .NET Compact Framework. | Overridden. Gets the local name of the node. |
Name Supported by the .NET Compact Framework. | Overridden. Gets the qualified name of the node. |
NamespaceURI (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the namespace URI of this node. |
NextSibling (inherited from XmlLinkedNode)
Supported by the .NET Compact Framework. | Overridden. Gets the node immediately following this node. |
NodeType Supported by the .NET Compact Framework. | Overridden. Gets the type of the node. |
OuterXml (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the markup representing this node and all its child nodes. |
OwnerDocument (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the XmlDocument to which this node belongs. |
ParentNode (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the parent of this node (for nodes that can have parents). |
Prefix (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets or sets the namespace prefix of this node. |
PreviousSibling (inherited from XmlLinkedNode)
Supported by the .NET Compact Framework. | Overridden. Gets the node immediately preceding this node. |
Value Supported by the .NET Compact Framework. | Overridden. Gets or sets the value of the node. |
