Apache2
apr_xml_parser Struct Reference

#include <apr_xml_internal.h>

Collaboration diagram for apr_xml_parser:

Data Fields

apr_xml_docdoc
 
apr_pool_tp
 
apr_xml_elemcur_elem
 
int error
 
XML_Parser xp
 
XML_Error xp_err
 
const char * xp_msg
 
XMLParserImplimpl
 

Field Documentation

◆ cur_elem

apr_xml_elem* apr_xml_parser::cur_elem

current element

◆ doc

apr_xml_doc* apr_xml_parser::doc

the doc we're parsing

◆ error

int apr_xml_parser::error

an error has occurred

◆ impl

XMLParserImpl* apr_xml_parser::impl

XML parser implementation

◆ p

apr_pool_t* apr_xml_parser::p

the pool we allocate from

◆ xp

XML_Parser apr_xml_parser::xp

the actual (Expat) XML parser

◆ xp_err

XML_Error apr_xml_parser::xp_err

stored Expat error code

◆ xp_msg

const char* apr_xml_parser::xp_msg

message


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