Apache2
apr_xml_internal.h File Reference

Go to the source code of this file.

Data Structures

struct  XMLParserImpl
 
struct  apr_xml_parser
 

Macros

#define APR_XML_ERROR_EXPAT   1
 
#define APR_XML_ERROR_PARSE_DONE   2
 

Typedefs

typedef struct XMLParserImpl XMLParserImpl
 

Functions

XMLParserImplapr_xml_get_parser_impl (void)
 
apr_xml_parserapr_xml_parser_create_internal (apr_pool_t *, void *, void *, void *)
 

Macro Definition Documentation

◆ APR_XML_ERROR_EXPAT

#define APR_XML_ERROR_EXPAT   1

◆ APR_XML_ERROR_PARSE_DONE

#define APR_XML_ERROR_PARSE_DONE   2

Typedef Documentation

◆ XMLParserImpl

typedef struct XMLParserImpl XMLParserImpl

Function Documentation

◆ apr_xml_get_parser_impl()

XMLParserImpl* apr_xml_get_parser_impl ( void  )

◆ apr_xml_parser_create_internal()

apr_xml_parser* apr_xml_parser_create_internal ( apr_pool_t ,
void *  ,
void *  ,
void *   
)