#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/parser/xml/Reader.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::xml |
Defines | |
| #define | X(m) SEC << " " << #m << "\t" << error->m << endl |
| #define | XS(m) SEC << " " << #m << "\t" << (error->m?error->m:"NA") << endl |
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) |
Definition in file Reader.cc.
| #define X | ( | m | ) | SEC << " " << #m << "\t" << error->m << endl |
| #define XS | ( | m | ) | SEC << " " << #m << "\t" << (error->m?error->m:"NA") << endl |
Referenced by zypp::xml::structuredErrorFunc().
1.5.3