xoreos
0.0.5
|
XML parsing helpers, using libxml2. More...
#include <cstdarg>
#include <cstdio>
#include <libxml/parser.h>
#include <libxml/xmlerror.h>
#include <boost/scope_exit.hpp>
#include "src/common/xml.h"
#include "src/common/util.h"
#include "src/common/error.h"
#include "src/common/readstream.h"
Go to the source code of this file.
Namespaces | |
Common | |
Functions | |
static void | Common::errorFuncUString (void *ctx, const char *msg,...) |
static int | Common::readStream (void *context, char *buffer, int len) |
static int | Common::closeStream (void *context) |
void | Common::initXML () |
Initialize the XML subsystem. More... | |
void | Common::deinitXML () |
Deinitialize the XML subsystem. More... | |
XML parsing helpers, using libxml2.
Definition in file xml.cpp.