XmlWriterSettings Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The XmlWriterSettings type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CheckCharacters Gets or sets a value indicating whether to do character checking.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CloseOutput Gets or sets a value indicating whether the XmlWriter should also close the underlying stream or TextWriter when the Close method is called.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ConformanceLevel Gets or sets the level of conformance which the XmlWriter complies with.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Encoding Gets or sets the text encoding to use.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Indent Gets or sets a value indicating whether to indent elements.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IndentChars Gets or sets the character string to use when indenting. This setting is used when the Indent property is set to true.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NamespaceHandling Gets or sets the NamespaceHandling enumeration used to specify whether to remove duplicate namespace declarations in the XmlWriter. For the duplicate namespace to be removed, the prefix and the namespace have to match.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NewLineChars Gets or sets the character string to use for line breaks.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NewLineHandling Gets or sets a value indicating whether to normalize line breaks in the output.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NewLineOnAttributes Gets or sets a value indicating whether to write attributes on a new line.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 OmitXmlDeclaration Gets or sets a value indicating whether to write an XML declaration.

Top