public enum XmlSpace
Object
ValueType
Enum
XmlSpace
System.Xml
XML
Specifies the white space attribute,xml:space
, which indicates whether white space should be preserved in an element.
[Note: This enumeration is used by instances of the XmlParserContext, XmlTextReader, and XmlTextWriter classes.]
System.Xml Namespace
XmlSpace Fields
XmlSpace.Default Field
XmlSpace.None Field
XmlSpace.Preserve Field
XmlSpace.value__ Field
Default = 1;
xml:space = "default"
is in scope.
System.Xml.XmlSpace Enum, System.Xml Namespace
None = 0;
Noxml:space
attribute is in scope.
System.Xml.XmlSpace Enum, System.Xml Namespace
Preserve = 2;
xml:space = "preserve"
is in scope.
System.Xml.XmlSpace Enum, System.Xml Namespace
value__;
System.Xml.XmlSpace Enum, System.Xml Namespace