Mono Class Library: Overview

System.Xml.XmlTextWriter: Property Members

The properties of System.Xml.XmlTextWriter are listed below. For a list of all members, see the XmlTextWriter Members list.

See Also: Inherited members from System.Xml.XmlWriter

Public Properties

[read-only]
BaseStreamSystem.IO.Stream. Gets the underlying stream used by the writer.
FormattingFormatting. Indicates how the output is formatted.
Indentationint. Gets or sets how many indentation characters to write for each level in the hierarchy when XmlTextWriter.Formatting is set to Formatting.Indented.
IndentCharchar. Gets or sets the character to use for indenting when XmlTextWriter.Formatting is set to Formatting.Indented.
Namespacesbool. Gets or sets a value indicating whether the writer supports namespaces.
QuoteCharchar. Gets or sets the character used to quote the value of an attribute.
[read-only]
override
WriteStateWriteState. Gets the write state of the writer.
[read-only]
override
XmlLangstring. Gets the language attribute, xml:lang, specifying the language in which the content and attribute values of the current element are written.
[read-only]
override
XmlSpaceXmlSpace. Gets the white space attribute, xml:space, specifying how white space is handled in the current element.