Apache HTTPD
Public Attributes | List of all members
apr_xml_parser Struct Reference

Public Attributes

apr_xml_docdoc
 
apr_pool_tp
 
apr_xml_elemcur_elem
 
int error
 
XML_Parser xp
 
enum XML_Error xp_err
 

Detailed Description

Definition at line 56 of file apr_xml.c.

Member Data Documentation

◆ cur_elem

apr_xml_elem* apr_xml_parser::cur_elem

Definition at line 59 of file apr_xml.c.

◆ doc

apr_xml_doc* apr_xml_parser::doc

Definition at line 57 of file apr_xml.c.

◆ error

int apr_xml_parser::error

Definition at line 61 of file apr_xml.c.

◆ p

apr_pool_t* apr_xml_parser::p

Definition at line 58 of file apr_xml.c.

◆ xp

XML_Parser apr_xml_parser::xp

Definition at line 66 of file apr_xml.c.

◆ xp_err

enum XML_Error apr_xml_parser::xp_err

Definition at line 67 of file apr_xml.c.


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