![]() |
wget2 2.0.0
|
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"
Data Structures | |
struct | xml_context |
Functions | |
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) |
XML parsing functions.