XdmSerializationSettings ClassXdmSerializationSettings ClassXdmSerializationSettings Class
- XmlPrime 1.0
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.Serialization.XdmSerializationSettingsXmlPrime.Serialization.XdmSerializationSettingsXmlPrime.Serialization::XdmSerializationSettings
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
The XdmSerializationSettingsXdmSerializationSettingsXdmSerializationSettings
type exposes the following members.
Constructors
| Constructor | Description | |
|---|---|---|
| XdmSerializationSettings ()XdmSerializationSettings ()XdmSerializationSettings () | Initializes a new instance of the XdmSerializationSettingsXdmSerializationSettingsXdmSerializationSettings class with all parameters taking default values for the XML output method. | |
| XdmSerializationSettings (XmlQualifiedName)XdmSerializationSettings (XmlQualifiedName)XdmSerializationSettings (XmlQualifiedName^) | Initializes a new instance of the XdmSerializationSettingsXdmSerializationSettingsXdmSerializationSettings class with all parameters taking default values for the specified output method. | |
| XdmSerializationSettings (XdmSerializationSettings)XdmSerializationSettings (XdmSerializationSettings)XdmSerializationSettings (XdmSerializationSettings^) | Initializes a new instance of the XdmSerializationSettingsXdmSerializationSettingsXdmSerializationSettings class from another instance. |
Properties
| Property | Description | |
|---|---|---|
| ByteOrderMarkByteOrderMarkByteOrderMark | Gets a value indicating whether the output should be preceded by a byte order mark. | |
| CDataSectionElementsCDataSectionElementsCDataSectionElements | Gets a collection of element names whose contents must be output as CDATA sections. | |
| CharacterMappingCharacterMappingCharacterMapping | Gets or sets a mapping of characters to string values. | |
| 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. | |
| FragmentWrapElementFragmentWrapElementFragmentWrapElement | Gets or sets an element name with which to wrap fragments. | |
| HtmlOutputMethodHtmlOutputMethodHtmlOutputMethod | Gets the qualified name of the HTML output method. | |
| IncludeContentTypeIncludeContentTypeIncludeContentType | Gets 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 a string specifying the media type (MIME content type) [RFC2046] 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 the standalone parameter has the value YesYesYes or the value NoNoNo, the XML declaration includes a standalone document declaration with the same value as the value of the standalone parameter. If the standalone parameter has the value OmitOmitOmit, the XML declaration will not include a standalone document declaration. In HTML and Text output modes this parameter is ignored. | |
| TextOutputMethodTextOutputMethodTextOutputMethod | Gets the qualified name of the text output method. | |
| UndeclarePrefixesUndeclarePrefixesUndeclarePrefixes | Gets 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. |
