mscorlib(4.0.0.0) API with additions
WhitespaceHandling.cs
1 namespace System.Xml
2 {
4  public enum WhitespaceHandling
5  {
7  All,
11  None
12  }
13 }
WhitespaceHandling
Specifies how white space is handled.
Attribute can be applied to any application element.
Return SignificantWhitespace nodes only.