XmlWriterSettings Members
.NET Framework 3.0
Specifies a set of features to support on the XmlWriter object created by the System.Xml.XmlWriter.Create method.
The following tables list the members exposed by the XmlWriterSettings type.
| Name | Description | |
|---|---|---|
| CheckCharacters | Gets or sets a value indicating whether to do character checking. |
| CloseOutput | Gets or sets a value indicating whether the XmlWriter should also close the underlying stream or TextWriter when the Close method is called. |
| ConformanceLevel | Gets or sets the level of conformance which the XmlWriter complies with. |
| Encoding | Gets or sets the text encoding to use. |
| Indent | Gets or sets a value indicating whether to indent elements. |
| IndentChars | Gets or sets the character string to use when indenting. This setting is used when the Indent property is set to true. |
| NewLineChars | Gets or sets the character string to use for line breaks. |
| NewLineHandling | Gets or sets a value indicating whether to normalize line breaks in the output. |
| NewLineOnAttributes | Gets or sets a value indicating whether to write attributes on a new line. |
| OmitXmlDeclaration | Gets or sets a value indicating whether to write an XML declaration. |
| OutputMethod | Gets the method used to serialize the XmlWriter output. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Creates a copy of the XmlWriterSettings instance. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Reset | Resets the members of the settings class to their default values. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |