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