Skip to content

Struct xml_parser_data

ClassList > xml_parser_data

  • #include <xml_parser.h>

Public Attributes

Type Name
char * buf
XML_ELEMENT * ce
int depth
char encoding
char filepath
XML_PARSER_DATA * next
XML_PARSER_DATA * prev
XML_ELEMENT * sc
void * ud
bool verbose
int xml_error
int xml_error_column
int xml_error_line
XML_Parser xml_parser

Public Attributes Documentation

variable buf

char* xml_parser_data::buf;

variable ce

XML_ELEMENT* xml_parser_data::ce;

variable depth

int xml_parser_data::depth;

variable encoding

char xml_parser_data::encoding[10];

variable filepath

char xml_parser_data::filepath[PATH_MAX];

variable next

XML_PARSER_DATA* xml_parser_data::next;

variable prev

XML_PARSER_DATA* xml_parser_data::prev;

variable sc

XML_ELEMENT* xml_parser_data::sc;

variable ud

void* xml_parser_data::ud;

variable verbose

bool xml_parser_data::verbose;

variable xml_error

int xml_parser_data::xml_error;

variable xml_error_column

int xml_parser_data::xml_error_column;

variable xml_error_line

int xml_parser_data::xml_error_line;

variable xml_parser

XML_Parser xml_parser_data::xml_parser;


The documentation for this class was generated from the following file cubrid/src/base/xml_parser.h