Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Xml.​WhitespaceHandling

Assembly: System.Xml.ReaderWriter

Specifies how white space is handled.

Values

All
Return <see langword="Whitespace" /> and <see langword="SignificantWhitespace" /> nodes. This is the default.
Significant
Return <see langword="SignificantWhitespace" /> nodes only.
None
Return no <see langword="Whitespace" /> and no <see langword="SignificantWhitespace" /> nodes.