XML parsing functions.
More...
#include <config.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <wget.h>
#include "private.h"
|
|
#define | MAX_XML_DEPTH 1024 |
|
| int | wget_xml_parse_buffer (const char *buf, wget_xml_callback *callback, void *user_ctx, int hints) |
| void | wget_html_parse_buffer (const char *buf, wget_xml_callback *callback, void *user_ctx, int hints) |
| void | wget_xml_parse_file (const char *fname, wget_xml_callback *callback, void *user_ctx, int hints) |
| void | wget_html_parse_file (const char *fname, wget_xml_callback *callback, void *user_ctx, int hints) |
| char * | wget_xml_decode_entities_inline (char *src) |