Specifies the type of white space returned by instances of
the
System.Xml.XmlTextReader class.
[
Edit]
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.
[Edit]
Members
Member Name | Description |
---|
All | Return both significant and insignificant white space. This is the default.
[Edit]
|
None | Return neither significant nor insignificant white
space.
[Edit]
|
Significant | Return significant white space only.
[Edit]
|
Requirements
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0