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
[read-only] BaseStream System.IO.Stream. Gets the underlying stream used by the writer. Formatting Formatting. Indicates how the output is formatted. Indentation int. Gets or sets how many indentation characters to write for each level in the hierarchy when XmlTextWriter.Formatting is set to Formatting.Indented. IndentChar char. Gets or sets the character to use for indenting when XmlTextWriter.Formatting is set to Formatting.Indented. Namespaces bool. Gets or sets a value indicating whether the writer supports namespaces. QuoteChar char. Gets or sets the character used to quote the value of an attribute. [read-only] overrideWriteState WriteState. Gets the write state of the writer. [read-only] overrideXmlLang string. Gets the language attribute, xml:lang, specifying the language in which the content and attribute values of the current element are written. [read-only] overrideXmlSpace XmlSpace. Gets the white space attribute, xml:space, specifying how white space is handled in the current element.