Go to the documentation of this file.
22 #ifndef XMLSTREAMREADER_H_
23 #define XMLSTREAMREADER_H_
26 #include <libxml/parser.h>
27 #include <libxml/encoding.h>
39 static void __startElement(
void *data,
const xmlChar *fullname,
const xmlChar **ats);
40 static void __endElement(
void *data,
const xmlChar *fullname);
41 static void __characters(
void *data,
const xmlChar *ch,
int len);
42 void parse(std::istream &stream);