Zorba_SerializerOptions Struct Reference

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

#include <zorba/options.h>


Data Fields

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:

cserialization.c.

Definition at line 111 of file options.h.


Field Documentation

Definition at line 113 of file options.h.

Definition at line 114 of file options.h.

Definition at line 115 of file options.h.

Definition at line 116 of file options.h.

Definition at line 117 of file options.h.

Examples:
cserialization.c.

Definition at line 118 of file options.h.

Examples:
cserialization.c.

Definition at line 112 of file options.h.

Definition at line 119 of file options.h.

Definition at line 120 of file options.h.


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