#include <apr_xml.h>
Data Fields | |
const char * | name |
int | ns |
const char * | lang |
apr_text_header | first_cdata |
apr_text_header | following_cdata |
apr_xml_elem * | parent |
apr_xml_elem * | next |
apr_xml_elem * | first_child |
apr_xml_attr * | attr |
apr_xml_elem * | last_child |
apr_xml_ns_scope * | ns_scope |
void * | priv |
|
first attribute |
|
cdata right after start tag |
|
first child element |
|
cdata after MY end tag |
|
xml:lang for attrs/contents |
|
last child element |
|
element name |
|
next (sibling) element |
|
index into namespace array |
|
namespaces scoped by this elem |
|
parent element |
|
Place for modules to store private data |