The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WhitespaceHandling Enumeration
.NET Framework 1.1
Specifies how white space is handled.
[Visual Basic] <Serializable> Public Enum WhitespaceHandling [C#] [Serializable] public enum WhitespaceHandling [C++] [Serializable] __value public enum WhitespaceHandling [JScript] public Serializable enum WhitespaceHandling
Members
| Member name | Description |
|---|---|
| All Supported by the .NET Compact Framework. | Return Whitespace and SignificantWhitespace nodes. This is the default. |
| None Supported by the .NET Compact Framework. | Return no Whitespace and no SignificantWhitespace nodes. |
| Significant Supported by the .NET Compact Framework. | Return SignificantWhitespace nodes only. |
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Xml (in System.Xml.dll)
See Also
System.Xml Namespace | XmlNodeType | XmlTextReader.WhitespaceHandling
Show: