XmlTextWriter Properties
.NET Framework 4
The XmlTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
BaseStream | Gets the underlying stream object. |
|
Formatting | Indicates how the output is formatted. |
|
Indentation | Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented. |
|
IndentChar | Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented. |
|
Namespaces | Gets or sets a value indicating whether to do namespace support. |
|
QuoteChar | Gets or sets which character to use to quote attribute values. |
|
Settings | Gets the XmlWriterSettings object used to create this XmlWriter instance. (Inherited from XmlWriter.) |
|
WriteState | Gets the state of the writer. (Overrides XmlWriter.WriteState.) |
|
XmlLang | Gets the current xml:lang scope. (Overrides XmlWriter.XmlLang.) |
|
XmlSpace | Gets an XmlSpace representing the current xml:space scope. (Overrides XmlWriter.XmlSpace.) |