Mono Class Library: System.Xml Namespace

System.Xml.Formatting Enumeration

Specifies formatting options for the System.Xml.XmlTextWriter class.
public enum Formatting

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Indented

Causes child elements to be indented according to the XmlTextWriter.Indentation and 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).

None No special formatting is applied. This is the default.

Requirements

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