#include <libxml/xmlreader.h>
#include <libxml/xmlerror.h>
#include <iostream>
#include "zypp/base/LogControl.h"
#include "zypp/base/LogTools.h"
#include "zypp/base/Exception.h"
#include "zypp/base/String.h"
#include "zypp/parser/xml/Reader.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::xml |
Functions | |
int | zypp::xml::ioread (void *context_r, char *buffer_r, int bufferLen_r) |
int | zypp::xml::ioclose (void *) |
void | zypp::xml::structuredErrorFunc (void *userData, xmlErrorPtr error) |
Variables | |
std::list< std::string > | zypp::xml::structuredErrors |
Definition in file Reader.cc.