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 object. |
Formatting | Formatting.
Indicates how the output is formatted. | |
Indentation | int.
Gets or sets how many IndentChars to write for each level in the hierarchy when XmlTextWriter.Formatting is set to Formatting.Indented. | |
IndentChar | char.
Gets or sets which character to use for indenting when XmlTextWriter.Formatting is set to Formatting.Indented. | |
Namespaces | bool.
Gets or sets a value indicating whether to do namespace support. | |
QuoteChar | char.
Gets or sets which character to use to quote attribute values. | |
[read-only] override | WriteState | WriteState.
Gets the state of the writer. |
[read-only] override | XmlLang | string.
Gets the current xml:lang scope. |
[read-only] override | XmlSpace | XmlSpace.
Gets an System.Xml.XmlSpace representing the current xml:space scope. |