.NET Framework Class Library
XmlWriterSettings Members

Specifies a set of features to support on the XmlWriter object created by the XmlWriter..::.Create method.

The XmlWriterSettings type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkXmlWriterSettingsInitializes a new instance of the XmlWriterSettings class.
Top
Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloneCreates a copy of the XmlWriterSettings instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkResetResets the members of the settings class to their default values.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCheckCharactersGets or sets a value indicating whether to do character checking.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloseOutputGets or sets a value indicating whether the XmlWriter should also close the underlying stream or TextWriter when the Close method is called.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkConformanceLevelGets or sets the level of conformance which the XmlWriter complies with.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkEncodingGets or sets the type of text encoding to use.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIndentGets or sets a value indicating whether to indent elements.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIndentCharsGets or sets the character string to use when indenting. This setting is used when the Indent property is set to true.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNewLineCharsGets or sets the character string to use for line breaks.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNewLineHandlingGets or sets a value indicating whether to normalize line breaks in the output.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNewLineOnAttributesGets or sets a value indicating whether to write attributes on a new line.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkOmitXmlDeclarationGets or sets a value indicating whether to write an XML declaration.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkOutputMethodGets the method used to serialize the XmlWriter output.
Top
See Also

Reference

Tags :


Page view tracker