XmlTextWriter Properties
.NET Framework (current version)
Namespace:
System.Xml
Assembly: System.Xml (in System.Xml.dll)
| 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.) |
Show:
