Specifies how whitespace is handled.
[Visual Basic] Public Enum WhitespaceHandling [C#] public enum WhitespaceHandling [C++] public enum WhitespaceHandling
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
All | Return Whitespace and SignificantWhitespace only. This is the default. |
None | Return no Whitespace and no SignificantWhitespace. |
Significant | Return just SignificantWhitespace. |
Namespace: System.NewXml
Assembly: System.Xml.dll