CUBRID Engine  latest
xml_parser_data Struct Reference

#include <xml_parser.h>

Collaboration diagram for xml_parser_data:
Collaboration graph

Public Attributes

XML_Parser xml_parser
 
int depth
 
XML_ELEMENTsc
 
XML_ELEMENTce
 
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_DATAprev
 
XML_PARSER_DATAnext
 

Detailed Description

Definition at line 112 of file xml_parser.h.

Member Data Documentation

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().

int xml_parser_data::depth
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]
XML_PARSER_DATA* xml_parser_data::next
XML_PARSER_DATA* xml_parser_data::prev
XML_ELEMENT* xml_parser_data::sc
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().


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