Zorba_SerializerOptions Struct Reference

Options that configure the serialization process of a query result. More...

#include <zorba/options.h>

List of all members.

Public Attributes

Zorba_byte_order_mark_t byte_order_mark
Zorba_escape_uri_attributes_t escape_uri_attributes
Zorba_include_content_type_t include_content_type
Zorba_indent_t indent
Zorba_normalization_form_t normalization_form
Zorba_omit_xml_declaration_t omit_xml_declaration
Zorba_serialization_method_t ser_method
Zorba_standalone_t standalone
Zorba_undeclare_prefixes_t undeclare_prefixes


Detailed Description

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.

Examples:

serialization.cpp.

Definition at line 110 of file options.h.


Member Data Documentation

Zorba_byte_order_mark_t Zorba_SerializerOptions::byte_order_mark

Examples:
serialization.cpp.

Definition at line 112 of file options.h.

Zorba_escape_uri_attributes_t Zorba_SerializerOptions::escape_uri_attributes

Definition at line 113 of file options.h.

Zorba_include_content_type_t Zorba_SerializerOptions::include_content_type

Definition at line 114 of file options.h.

Zorba_indent_t Zorba_SerializerOptions::indent

Examples:
serialization.cpp.

Definition at line 115 of file options.h.

Zorba_normalization_form_t Zorba_SerializerOptions::normalization_form

Definition at line 116 of file options.h.

Zorba_omit_xml_declaration_t Zorba_SerializerOptions::omit_xml_declaration

Examples:
serialization.cpp.

Definition at line 117 of file options.h.

Zorba_serialization_method_t Zorba_SerializerOptions::ser_method

Examples:
serialization.cpp.

Definition at line 111 of file options.h.

Zorba_standalone_t Zorba_SerializerOptions::standalone

Definition at line 118 of file options.h.

Zorba_undeclare_prefixes_t Zorba_SerializerOptions::undeclare_prefixes

Definition at line 119 of file options.h.


The documentation for this struct was generated from the following file: