Click or drag to resize

SerializationParams Class

The SerializationParams class represents the serialization parameters used in xslt and xquery, as described in the XSLT and XQuery Serialization 3.1 spec.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.Beta.XPathSerializationParams

Namespace:  Altova.RaptorXml.Beta.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class SerializationParams : IDisposable

The SerializationParams type exposes the following members.

Constructors
  NameDescription
Public methodSerializationParams
Initializes a new instance of the SerializationParams class
Top
Properties
  NameDescription
Public propertyAllowDuplicateNames
A bool value indicating if a JSON object is allowed to contain duplicate names
Public propertyByteOrderMark
Indicates whether the serialized sequence of octets is to be preceded by a Byte Order Mark
Public propertyDoctypePublic
A string specifying the public doctype
Public propertyDoctypeSystem
A string specifying the system doctype
Public propertyEncoding
The selected string encoding
Public propertyEndOfLineCharacters
The characters used as line ending
Public propertyEscapeUriAttributes
Escape HTML uri attributes
Public propertyHtmlVersion
The selected html version
Public propertyIncludeContentType
Bool value
Public propertyIndent
Enable insertion of non-significant whitespace
Public propertyIndentCharacters
The characters used for indentation
Public propertyItemSeparator
The selected item separator
Public propertyJsonNodeOutputMethod
Public propertyMediaType
A string specifying the media type
Public propertyMethod
Public propertyNormalizationForm
Public propertyOmitXmlDeclaration
Bool value
Public propertyOutputVersion
Public propertyStandalone
Public propertyUndeclarePrefixes
Enable outputing namespace undeclarations in XML 1.1
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the SerializationParams
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCDataSectionElements
Public methodGetCharacterMap
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSuppressIndentation
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUseCharacterMaps
Public methodSetCDataSectionElements
Public methodSetCharacterMap
Public methodSetSuppressIndentation
Public methodSetUseCharacterMaps
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also