System.Xml.XmlTextWriter: Property Members

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

Public Properties

[read-only]
BaseStreamSystem.IO.Stream.

Gets the underlying stream object.

FormattingFormatting.

Indicates how the output is formatted.

Indentationint.

Gets or sets how many IndentChars to write for each level in the hierarchy when XmlTextWriter.Formatting is set to Formatting.Indented.

IndentCharchar.

Gets or sets which character to use for indenting when XmlTextWriter.Formatting is set to Formatting.Indented.

Namespacesbool.

Gets or sets a value indicating whether to do namespace support.

QuoteCharchar.

Gets or sets which character to use to quote attribute values.

[read-only]
override
WriteStateWriteState.

Gets the state of the writer.

[read-only]
override
XmlLangstring.

Gets the current xml:lang scope.

[read-only]
override
XmlSpaceXmlSpace.

Gets an System.Xml.XmlSpace representing the current xml:space scope.