CUBRID Engine  latest
xml_element_def Struct Reference

#include <xml_parser.h>

Collaboration diagram for xml_element_def:
Collaboration graph

Public Attributes

const char * full_name
 
const int depth
 
ELEM_START_FUNC start_func
 
ELEM_END_FUNC end_func
 
ELEM_DATA_FUNC data_func
 

Detailed Description

Definition at line 84 of file xml_parser.h.

Member Data Documentation

ELEM_DATA_FUNC xml_element_def::data_func

Definition at line 90 of file xml_parser.h.

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.


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