GME
13
|
#include <apr_xml.h>
Public Attributes | |
const char * | name |
int | ns |
const char * | lang |
apr_text_header | first_cdata |
apr_text_header | following_cdata |
struct apr_xml_elem * | parent |
struct apr_xml_elem * | next |
struct apr_xml_elem * | first_child |
struct apr_xml_attr * | attr |
struct apr_xml_elem * | last_child |
struct apr_xml_ns_scope * | ns_scope |
void * | priv |
apr_xml_elem: holds a parsed XML element
struct apr_xml_attr* apr_xml_elem::attr |
const char* apr_xml_elem::lang |
struct apr_xml_elem* apr_xml_elem::last_child |
const char* apr_xml_elem::name |
struct apr_xml_elem* apr_xml_elem::next |
struct apr_xml_ns_scope* apr_xml_elem::ns_scope |
struct apr_xml_elem* apr_xml_elem::parent |
void* apr_xml_elem::priv |