The members of System.Xml.XmlTextWriter are listed below.
See Also: Inherited members from System.Xml.XmlWriter
![]() Creates an instance of the XmlTextWriter class using the specified System.IO.TextWriter. | ||
![]() Creates an instance of the XmlTextWriter class using the specified stream and encoding. | ||
![]() Creates an instance of the System.Xml.XmlTextWriter class using the specified file. |
[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. |
override | Close()
| |
override | Flush()
| |
override | LookupPrefix(string)
| |
override | WriteBase64(byte[], int, int)
| |
override | WriteBinHex(byte[], int, int)
| |
override | WriteCData(string)
| |
override | WriteCharEntity(char)
| |
override | WriteChars(char[], int, int)
| |
override | WriteComment(string)
| |
override | WriteDocType(string, string, string, string)
| |
override | WriteEndAttribute()
| |
override | WriteEndDocument()
| |
override | WriteEndElement()
| |
override | WriteEntityRef(string)
| |
override | WriteFullEndElement()
| |
override | WriteName(string)
| |
override | WriteNmToken(string)
| |
override | WriteProcessingInstruction(string, string)
| |
override | WriteQualifiedName(string, string)
| |
override | WriteRaw(string)
| |
override | WriteRaw(char[], int, int)
| |
override | WriteStartAttribute(string, string, string)
| |
override | WriteStartDocument()
| |
override | WriteStartDocument(bool)
| |
override | WriteStartElement(string, string, string)
| |
override | WriteString(string)
| |
override | WriteSurrogateCharEntity(char, char)
| |
override | WriteWhitespace(string)
|