System.Xml.XmlSpace Enum

public enum XmlSpace

Base Types

Object
  ValueType
    Enum
      XmlSpace

Assembly

System.Xml

Library

XML

Summary

Specifies the white space attribute, xml:space, which indicates whether white space should be preserved in an element.

Description

[Note: This enumeration is used by instances of the XmlParserContext, XmlTextReader, and XmlTextWriter classes.

]

See Also

System.Xml Namespace

Members

XmlSpace Fields

XmlSpace.Default Field
XmlSpace.None Field
XmlSpace.Preserve Field
XmlSpace.value__ Field


XmlSpace.Default Field

Default = 1;

Summary

xml:space = "default" is in scope.

See Also

System.Xml.XmlSpace Enum, System.Xml Namespace

XmlSpace.None Field

None = 0;

Summary

No xml:space attribute is in scope.

See Also

System.Xml.XmlSpace Enum, System.Xml Namespace

XmlSpace.Preserve Field

Preserve = 2;

Summary

xml:space = "preserve" is in scope.

See Also

System.Xml.XmlSpace Enum, System.Xml Namespace

XmlSpace.value__ Field

value__;

See Also

System.Xml.XmlSpace Enum, System.Xml Namespace