MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xml_stack_st Struct Reference

Public Attributes

int flags
enum my_xml_node_type current_node_type
char errstr [128]
struct {
   char   static_buffer [128]
   char *   buffer
   size_t   buffer_size
   char *   start
   char *   end
attr
const char * beg
const char * cur
const char * end
void * user_data
int(* enter )(struct xml_stack_st *st, const char *val, size_t len)
int(* value )(struct xml_stack_st *st, const char *val, size_t len)
int(* leave_xml )(struct xml_stack_st *st, const char *val, size_t len)

Detailed Description

Definition at line 49 of file my_xml.h.


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