CUBRID Engine
latest
|
#include <xml_parser.h>
Public Attributes | |
XML_Parser | xml_parser |
int | depth |
XML_ELEMENT * | sc |
XML_ELEMENT * | ce |
int | xml_error |
int | xml_error_line |
int | xml_error_column |
char * | buf |
bool | verbose |
void * | ud |
char | filepath [PATH_MAX] |
char | encoding [MAX_ENCODE_LEN] |
XML_PARSER_DATA * | prev |
XML_PARSER_DATA * | next |
Definition at line 112 of file xml_parser.h.
char* xml_parser_data::buf |
Definition at line 121 of file xml_parser.h.
Referenced by xml_destroy_parser_data(), xml_init_parser_common(), and xml_parse().
XML_ELEMENT* xml_parser_data::ce |
Definition at line 117 of file xml_parser.h.
Referenced by print_debug_data_content(), print_debug_end_el(), print_debug_start_el(), xml_create_subparser(), xml_data_handler(), xml_elem_end(), xml_elem_start(), xml_init_parser(), and xml_init_parser_common().
int xml_parser_data::depth |
Definition at line 115 of file xml_parser.h.
Referenced by xml_create_subparser(), xml_elem_end(), xml_elem_start(), xml_init_parser(), and xml_init_parser_common().
char xml_parser_data::encoding[MAX_ENCODE_LEN] |
Definition at line 125 of file xml_parser.h.
Referenced by xml_create_subparser(), and xml_init_parser_common().
char xml_parser_data::filepath[PATH_MAX] |
Definition at line 124 of file xml_parser.h.
Referenced by locale_compile_locale(), start_include_collation(), xml_check_include_loop(), xml_init_parser_common(), and xml_parser_exec().
XML_PARSER_DATA* xml_parser_data::next |
Definition at line 127 of file xml_parser.h.
Referenced by start_include_collation(), xml_create_subparser(), xml_destroy_parser(), and xml_init_parser_common().
XML_PARSER_DATA* xml_parser_data::prev |
Definition at line 126 of file xml_parser.h.
Referenced by xml_check_include_loop(), xml_create_subparser(), and xml_init_parser_common().
XML_ELEMENT* xml_parser_data::sc |
Definition at line 116 of file xml_parser.h.
Referenced by xml_create_subparser(), xml_destroy_parser_data(), xml_init_parser(), and xml_init_parser_common().
void* xml_parser_data::ud |
Definition at line 123 of file xml_parser.h.
Referenced by locale_compile_locale(), tzc_summary(), and xml_create_subparser().
bool xml_parser_data::verbose |
Definition at line 122 of file xml_parser.h.
Referenced by common_collation_end_rule(), end_case_rule(), end_collation_cubrid_rule_set(), end_collation_cubrid_rule_set_cp_ch(), end_collation_cubrid_rule_set_ech_ecp(), end_collation_cubrid_rule_set_w_wr(), end_collation_x(), end_collation_x_context(), handle_data(), handle_data_collation_rule(), locale_compile_locale(), print_debug_data_content(), print_debug_end_el(), and print_debug_start_el().
int xml_parser_data::xml_error |
Definition at line 118 of file xml_parser.h.
Referenced by common_collation_end_rule(), common_collation_start_rule(), end_collation_logical_pos(), end_collation_rule(), end_collation_x_context(), end_collation_x_extend(), end_collation_x_rule(), end_transform_buffer(), handle_data(), handle_data_collation_rule(), locale_compile_locale(), start_collation_cubrid_rule(), start_collation_rule(), start_collation_x(), start_include_collation(), start_lower_case_rule(), start_one_collation(), start_upper_case_rule(), xml_create_subparser(), xml_data_handler(), xml_elem_end(), xml_elem_start(), xml_header_validation_utf8(), xml_init_parser(), xml_init_parser_common(), xml_parse(), and xml_parser_exec().
int xml_parser_data::xml_error_column |
Definition at line 120 of file xml_parser.h.
Referenced by locale_compile_locale(), start_include_collation(), xml_data_handler(), xml_elem_end(), xml_elem_start(), xml_header_validation_utf8(), xml_init_parser_common(), and xml_parse().
int xml_parser_data::xml_error_line |
Definition at line 119 of file xml_parser.h.
Referenced by locale_compile_locale(), start_include_collation(), xml_data_handler(), xml_elem_end(), xml_elem_start(), xml_header_validation_utf8(), xml_init_parser_common(), and xml_parse().
XML_Parser xml_parser_data::xml_parser |
Definition at line 114 of file xml_parser.h.
Referenced by common_collation_end_rule(), locale_compile_locale(), start_collation_settings(), start_include_collation(), start_one_alphabet(), start_one_collation(), tzc_summary(), xml_data_handler(), xml_destroy_parser_data(), xml_elem_end(), xml_elem_start(), xml_header_validation_utf8(), xml_init_parser_common(), and xml_parse().