Apache Portable Runtime
|
#include <apr_xml.h>
Data Fields | |
const char * | name |
int | ns |
const char * | value |
struct apr_xml_attr * | next |
apr_xml_attr: holds a parsed XML attribute
const char* apr_xml_attr::name |
attribute name
struct apr_xml_attr* apr_xml_attr::next |
next attribute
int apr_xml_attr::ns |
index into namespace array
const char* apr_xml_attr::value |
attribute value