Mono Class Library: System.Xml Namespace

System.Xml.XmlSpace Enumeration

Specifies the white space attribute, xml:space, which indicates whether white space should be preserved in an element. [Edit]
public enum XmlSpace

Remarks

Note:

This enumeration is used by instances of the System.Xml.XmlParserContext, System.Xml.XmlTextReader, and System.Xml.XmlTextWriter classes.

[Edit]

Members

Member NameDescription
Defaultxml:space = "default" is in scope. [Edit]
NoneNo xml:space attribute is in scope. [Edit]
Preservexml:space = "preserve" is in scope. [Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0