Record TXQSerializationParams
Unit
Declaration
type TXQSerializationParams = record
Description
Overview
Fields
![]() |
isAbsentMarker: string; |
![]() |
method: TXQSerializationMethod; |
![]() |
encoding: string; |
![]() |
encodingCP: TSystemCodePage; |
![]() |
byteOrderMark: boolean; |
![]() |
indent: TXQSerializerInsertWhitespace; |
![]() |
itemSeparator: string; |
![]() |
normalizationForm: TUnicodeNormalizationForm; |
![]() |
characterMaps: ˆTXQHashmapStrStr; |
![]() |
version: string; |
![]() |
doctypePublic: string; |
![]() |
doctypeSystem: string; |
![]() |
omitXmlDeclaration: boolean; |
![]() |
undeclarePrefixes: boolean; |
![]() |
standalone: TXMLDeclarationStandalone; |
![]() |
cdataSectionElements: PXQHashsetQName; |
![]() |
suppressIndentation: PXQHashsetQName; |
![]() |
htmlVersion: string; |
![]() |
mediaType: string; |
![]() |
includeContentType: boolean; |
![]() |
escapeURIAttributes: boolean; |
![]() |
jsonNodeOutputMethod: string; |
![]() |
allowDuplicateNames: boolean; |
![]() |
keyOrderExtension: TXQKeyOrder; |
![]() |
standardMode: boolean; |
![]() |
allowEncodingConversion: boolean; |
Methods
![]() |
procedure done; |
![]() |
procedure initDefault(isFromMap: boolean); |
![]() |
function hasNormalizationForm: boolean; |
![]() |
function needQNameList(var list: PXQHashsetQName): PXQHashsetQName; |
![]() |
function isHTML5: boolean; |
![]() |
function getContentType: string; |
Description
Fields
![]() |
isAbsentMarker: string; |
![]() |
method: TXQSerializationMethod; |
![]() |
encoding: string; |
![]() |
encodingCP: TSystemCodePage; |
![]() |
byteOrderMark: boolean; |
![]() |
indent: TXQSerializerInsertWhitespace; |
![]() |
itemSeparator: string; |
![]() |
normalizationForm: TUnicodeNormalizationForm; |
![]() |
characterMaps: ˆTXQHashmapStrStr; |
![]() |
version: string; |
![]() |
doctypePublic: string; |
![]() |
doctypeSystem: string; |
![]() |
omitXmlDeclaration: boolean; |
![]() |
undeclarePrefixes: boolean; |
![]() |
standalone: TXMLDeclarationStandalone; |
![]() |
cdataSectionElements: PXQHashsetQName; |
![]() |
suppressIndentation: PXQHashsetQName; |
![]() |
htmlVersion: string; |
![]() |
mediaType: string; |
![]() |
includeContentType: boolean; |
![]() |
escapeURIAttributes: boolean; |
![]() |
jsonNodeOutputMethod: string; |
![]() |
allowDuplicateNames: boolean; |
![]() |
keyOrderExtension: TXQKeyOrder; |
![]() |
standardMode: boolean; |
![]() |
allowEncodingConversion: boolean; |
Methods
![]() |
procedure done; |
![]() |
procedure initDefault(isFromMap: boolean); |
![]() |
function hasNormalizationForm: boolean; |
![]() |
function needQNameList(var list: PXQHashsetQName): PXQHashsetQName; |
![]() |
function isHTML5: boolean; |
![]() |
function getContentType: string; |
Generated by PasDoc 0.16.0.