WhitespaceHandling Enum
NuGet: GHIElectronics.TinyCLR.System.Xml
Assembly: GHIElectronics.TinyCLR.System.Xml
Namespace: System.Xml
How the reader treats whitespace nodes.
public enum WhitespaceHandling
Fields
| Name | Value | Description |
|---|---|---|
All | 0 | Return all whitespace and significant whitespace nodes. |
Significant | 1 | Return only significant whitespace nodes. |
None | 2 | Return no whitespace nodes. |