Specifies the type of white space returned by instances of
the
System.Xml.XmlTextReader class.
Syntax
public enum WhitespaceHandling
Remarks
Significant white space is white space between markup in
a mixed content model, or white space within an element that has the xml:space="preserve" attribute. Insignificant
white space is any other white space between markup.
Members
| Member Name | Description |
|---|
| All | Return both significant and insignificant white space. This is the default. |
| None | Return neither significant nor insignificant white
space. |
| Significant | Return significant white space only.
|
Requirements
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0