APR-UTIL XML Library.
More...
#include "apr_pools.h"
#include "apr_tables.h"
#include "apr_file_io.h"
#include "apu.h"
Go to the source code of this file.
|
void | apr_text_append (apr_pool_t *p, apr_text_header *hdr, const char *text) |
|
apr_xml_parser * | apr_xml_parser_create (apr_pool_t *pool) |
|
apr_status_t | apr_xml_parse_file (apr_pool_t *p, apr_xml_parser **parser, apr_xml_doc **ppdoc, apr_file_t *xmlfd, apr_size_t buffer_length) |
|
apr_status_t | apr_xml_parser_feed (apr_xml_parser *parser, const char *data, apr_size_t len) |
|
apr_status_t | apr_xml_parser_done (apr_xml_parser *parser, apr_xml_doc **pdoc) |
|
char * | apr_xml_parser_geterror (apr_xml_parser *parser, char *errbuf, apr_size_t errbufsize) |
|
void | apr_xml_to_text (apr_pool_t *p, const apr_xml_elem *elem, int style, apr_array_header_t *namespaces, int *ns_map, const char **pbuf, apr_size_t *psize) |
|
const char * | apr_xml_empty_elem (apr_pool_t *p, const apr_xml_elem *elem) |
|
const char * | apr_xml_quote_string (apr_pool_t *p, const char *s, int quotes) |
|
void | apr_xml_quote_elem (apr_pool_t *p, apr_xml_elem *elem) |
|
int | apr_xml_insert_uri (apr_array_header_t *uri_array, const char *uri) |
|