System.Xml.Formatting Enum

public enum Formatting

Base Types

Object
  ValueType
    Enum
      Formatting

Assembly

System.Xml

Library

XML

Summary

Specifies formatting options for the XmlTextWriter class.

See Also

System.Xml Namespace

Members

Formatting Fields

Formatting.Indented Field
Formatting.None Field
Formatting.value__ Field


Formatting.Indented Field

Indented = 1;

Summary

Causes child elements to be indented according to the System.Xml.XmlTextWriter.Indentation and System.Xml.XmlTextWriter.IndentChar settings. This option indents element content only; mixed content is not affected.

[Note: For the XML 1.0 definitions of these terms, see the W3C documentation (http://www.w3.org/TR/1998/REC-xml-19980210#sec-element-content and http://www.w3.org/TR/1998/REC-xml-19980210#sec-mixed-content).

]

See Also

System.Xml.Formatting Enum, System.Xml Namespace

Formatting.None Field

None = 0;

Summary

No special formatting is applied. This is the default.

See Also

System.Xml.Formatting Enum, System.Xml Namespace

Formatting.value__ Field

value__;

See Also

System.Xml.Formatting Enum, System.Xml Namespace