| 
    Apache Portable Runtime
    
   | 
 

Data Fields | |
| apr_xml_doc * | doc | 
| apr_pool_t * | p | 
| apr_xml_elem * | cur_elem | 
| int | error | 
| XML_Parser | xp | 
| XML_Error | xp_err | 
| const char * | xp_msg | 
| XMLParserImpl * | impl | 
| apr_xml_elem* apr_xml_parser::cur_elem | 
current element
| apr_xml_doc* apr_xml_parser::doc | 
the doc we're parsing
| int apr_xml_parser::error | 
an error has occurred
| XMLParserImpl* apr_xml_parser::impl | 
XML parser implementation
| apr_pool_t* apr_xml_parser::p | 
the pool we allocate from
| XML_Parser apr_xml_parser::xp | 
the actual (Expat) XML parser
| XML_Error apr_xml_parser::xp_err | 
stored Expat error code
| const char* apr_xml_parser::xp_msg | 
message