NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WhitespaceHandling Enumeration

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.

Members

Member Name Description
All Return Whitespace and SignificantWhitespace only. This is the default.
None Return no Whitespace and no SignificantWhitespace.
Significant Return just SignificantWhitespace.

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

System.NewXml Namespace