133#define APR_XML_NS_DAV_ID 0
134#define APR_XML_NS_NONE -10
136#define APR_XML_NS_ERROR_BASE -100
138#define APR_XML_NS_IS_ERROR(e) ((e) <= APR_XML_NS_ERROR_BASE)
196#define APR_XML_ELEM_IS_EMPTY(e) ((e)->first_child == NULL && \
197 (e)->first_cdata.first == NULL)
292#define APR_XML_X2T_FULL 0
293#define APR_XML_X2T_INNER 1
294#define APR_XML_X2T_LANG_INNER 2
295#define APR_XML_X2T_FULL_NS_LANG 3
296#define APR_XML_X2T_PARSED 4
339#define APR_XML_GET_URI_ITEM(ary, i) (((const char * const *)(ary)->elts)[i])
341#if APR_CHARSET_EBCDIC
APR I18N translation library.
const apr_xml_elem int apr_array_header_t int const char apr_size_t * psize
const char apr_size_t len
const apr_xml_elem int apr_array_header_t int * ns_map
apr_xml_parser apr_xml_doc ** ppdoc
apr_text_header const char * text
APU_DECLARE(void) apr_text_append(apr_pool_t *p
Computes SipHash-2-4, producing a 64bit (APR_SIPHASH_DSIZE) hash from a message and a 128bit (APR_SIP...
char apr_size_t errbufsize
const apr_xml_elem int style
const apr_xml_elem int apr_array_header_t int const char ** pbuf
apr_xml_parser apr_xml_doc apr_file_t * xmlfd
apr_xml_parser apr_xml_doc apr_file_t apr_size_t buffer_length
const apr_xml_elem int apr_array_header_t * namespaces
struct apr_xlate_t apr_xlate_t
const char int apr_pool_t * pool
struct apr_xml_attr * next
apr_array_header_t * namespaces
struct apr_xml_elem * parent
struct apr_xml_elem * first_child
apr_text_header first_cdata
struct apr_xml_elem * next
apr_text_header following_cdata
struct apr_xml_attr * attr
struct apr_xml_elem * last_child
struct apr_xml_ns_scope * ns_scope