WhitespaceHandling Enum

Definition

Specifies how white space is handled.

public enum class WhitespaceHandling
public enum WhitespaceHandling
type WhitespaceHandling = 
Public Enum WhitespaceHandling
Inheritance
WhitespaceHandling

Fields

All 0

Return Whitespace and SignificantWhitespace nodes. This is the default.

None 2

Return no Whitespace and no SignificantWhitespace nodes.

Significant 1

Return SignificantWhitespace nodes only.

Applies to

See also