Zorba_SerializerOptions

#include <zorba/options.h>

Options that configure the serialization process of a query result. See http://www.w3.org/TR/2005/CR-xslt-xquery-serialization-20051103/.This struct defines options that can be passed to the serialization process of a query result. An instance of this class can be passed to the serialize function.File serialization.cpp contains examples that show how to use the SerializerOptions.

Public Attributes

byte_order_mark

Zorba_byte_order_mark_t byte_order_mark

cdata_section_elements

Zorba_opaque_char_ptr_t cdata_section_elements

doctype_public

Zorba_opaque_char_ptr_t doctype_public

doctype_system

Zorba_opaque_char_ptr_t doctype_system

encoding

escape_uri_attributes

Zorba_escape_uri_attributes_t escape_uri_attributes

include_content_type

Zorba_include_content_type_t include_content_type

indent

item_separator

Zorba_opaque_char_ptr_t item_separator

jsoniq_multiple_items

Zorba_jsoniq_multiple_items_t jsoniq_multiple_items

jsoniq_xdm_method

Zorba_serialization_method_t jsoniq_xdm_method

media_type

normalization_form

Zorba_normalization_form_t normalization_form

omit_xml_declaration

Zorba_omit_xml_declaration_t omit_xml_declaration

ser_method

standalone

Zorba_standalone_t standalone

undeclare_prefixes

Zorba_undeclare_prefixes_t undeclare_prefixes

version