XdmWriterSettings ClassXdmWriterSettings ClassXdmWriterSettings Class
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.Serialization.XdmWriterSettingsXmlPrime.Serialization.XdmWriterSettingsXmlPrime.Serialization::XdmWriterSettings
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Constructors
Constructor | Description | |
---|---|---|
![]() | XdmWriterSettings ()XdmWriterSettings ()XdmWriterSettings () | Initializes a new instance of the XdmWriterSettingsXdmWriterSettingsXdmWriterSettings class with all parameters taking default values for the XML output method. |
![]() | XdmWriterSettings (XmlQualifiedName)XdmWriterSettings (XmlQualifiedName)XdmWriterSettings (XmlQualifiedName^) | Initializes a new instance of the XdmWriterSettingsXdmWriterSettingsXdmWriterSettings class with all parameters taking default values for the specified output method. |
![]() | XdmWriterSettings (XdmWriterSettings)XdmWriterSettings (XdmWriterSettings)XdmWriterSettings (XdmWriterSettings^) | Initializes a new instance of the XdmWriterSettingsXdmWriterSettingsXdmWriterSettings class from another instance. |
Properties
Property | Description | |
---|---|---|
![]() ![]() | AutoOutputMethodAutoOutputMethodAutoOutputMethod | Gets the qualified name of the auto output method. |
![]() | ByteOrderMarkByteOrderMarkByteOrderMark | Gets or sets a value indicating whether the output should be preceded by a byte order mark. |
![]() ![]() | CanonicalOutputMethodCanonicalOutputMethodCanonicalOutputMethod | Gets the qualified name of the canonical output method. |
![]() | CDataSectionElementsCDataSectionElementsCDataSectionElements | Gets a collection of element names whose contents must be output as CDATA sections. |
![]() | CharacterMappingCharacterMappingCharacterMapping | Gets the mapping of characters to string values. |
![]() | CharacterReferenceStyleCharacterReferenceStyleCharacterReferenceStyle | Gets or sets the way in which character references should be serialized. |
![]() | CheckNamespacesCheckNamespacesCheckNamespaces | Gets or sets the checking that is performed for namespace URI values. |
![]() | ConformanceLevelConformanceLevelConformanceLevel | Gets or sets the level of conformance that the serialized document must conform with. |
![]() | DoctypePublicDoctypePublicDoctypePublic |
Gets or sets the PUBLIC document type.
|
![]() | DoctypeSystemDoctypeSystemDoctypeSystem |
Gets or sets the SYSTEM document type.
|
![]() | EncodingEncodingEncoding | Gets or sets the character encoding to be used. |
![]() | EscapeUriAttributesEscapeUriAttributesEscapeUriAttributes | Gets or sets a value indicating whether URI escaping is enabled. |
![]() ![]() | HtmlOutputMethodHtmlOutputMethodHtmlOutputMethod | Gets the qualified name of the HTML output method. |
![]() | IncludeContentTypeIncludeContentTypeIncludeContentType | Gets or sets a value indicating whether a meta tag should be added to indicate content type. |
![]() | IndentIndentIndent | Gets or sets a value indicating whether output should be indented. |
![]() | IndentationCharactersIndentationCharactersIndentationCharacters | Gets or sets the character string used for indentation. |
![]() | MediaTypeMediaTypeMediaType | Gets or sets a string specifying the media type (MIME content type) of the output. |
![]() | MethodMethodMethod | Gets or sets the output method. |
![]() | NewLineCharsNewLineCharsNewLineChars | Gets or sets the character string to use for line breaks. |
![]() | NormalizationFormNormalizationFormNormalizationForm | Gets or sets the normalization form. |
![]() | OmitXmlDeclarationOmitXmlDeclarationOmitXmlDeclaration | Gets or sets a value indicating whether the XML declaration should be omitted in the output. |
![]() | StandaloneStandaloneStandalone |
Gets or sets a value indicating whether the XML declaration must contain a standalone document declaration.
This property corresponds to the If this property has the value YesYesYes or the value NoNoNo, the XML declaration includes a standalone document declaration with the value specified by this property. If the standalone parameter has the value OmitOmitOmit, the XML declaration will not include a standalone document declaration. If MethodMethodMethod is not set to XmlOutputMethodXmlOutputMethodXmlOutputMethod or XHtmlOutputMethodXHtmlOutputMethodXHtmlOutputMethod then this property is ignored.
If this property is not set to OmitOmitOmit,
OmitXmlDeclarationOmitXmlDeclarationOmitXmlDeclaration is set to |
![]() ![]() | TextOutputMethodTextOutputMethodTextOutputMethod | Gets the qualified name of the text output method. |
![]() | UndeclarePrefixesUndeclarePrefixesUndeclarePrefixes | Gets or sets a value indicating whether serializer should undeclare namespaces. |
![]() | VersionVersionVersion | Gets or sets the XML version to be used. |
![]() ![]() | XHtmlOutputMethodXHtmlOutputMethodXHtmlOutputMethod | Gets the qualified name of the XHTML output method. |
![]() ![]() | XmlOutputMethodXmlOutputMethodXmlOutputMethod | Gets the qualified name of the XML output method. |