Mono Class Library: System.Xml Namespace

System.Xml.WhitespaceHandling Enumeration

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 NameDescription
AllReturn both significant and insignificant white space. This is the default. [Edit]
NoneReturn 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