System.Xml.Formatting Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml
Summary
Specifies formatting options for the XmlTextWriter.
C# Syntax:
[Serializable]
public enum Formatting
See also:
System.Xml Namespace

System.Xml.Formatting Member List:

Public Fields
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. 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.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.