CUBRID Engine
latest
|
#include <xml_parser.h>
Public Attributes | |
const char * | full_name |
const int | depth |
ELEM_START_FUNC | start_func |
ELEM_END_FUNC | end_func |
ELEM_DATA_FUNC | data_func |
Definition at line 84 of file xml_parser.h.
ELEM_DATA_FUNC xml_element_def::data_func |
Definition at line 90 of file xml_parser.h.
const int xml_element_def::depth |
Definition at line 87 of file xml_parser.h.
Referenced by add_xml_element(), print_debug_data_content(), print_debug_end_el(), print_debug_start_el(), xml_elem_end(), and xml_elem_start().
ELEM_END_FUNC xml_element_def::end_func |
Definition at line 89 of file xml_parser.h.
const char* xml_element_def::full_name |
Definition at line 86 of file xml_parser.h.
Referenced by get_elem_path_token_at(), get_short_elem_name(), and xml_init_schema_tree().
ELEM_START_FUNC xml_element_def::start_func |
Definition at line 88 of file xml_parser.h.