WhitespaceHandling

WhitespaceHandling enum

Specifies how white space is handled.

enum class WhitespaceHandling

Values

NameValueDescription
All0Return Whitespace and SignificantWhitespace nodes. This is the default.
Significant1Return SignificantWhitespace nodes only.
None2Return no Whitespace and no SignificantWhitespace nodes.

See Also