#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <sstream>#include <zypp/parser/XMLNodeIterator.h>#include <zypp/base/Logger.h>#include <libxml2/libxml/xmlreader.h>#include <libxml2/libxml/xmlerror.h>Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::parser |
Functions | |
| int | zypp::parser::ioread (void *context, char *buffer, int bufferLen) |
| Internal function to read from the input stream. | |
| int | zypp::parser::ioclose (void *context) |
| Internal function to finish reading. | |
| std::ostream & | zypp::parser::operator<< (std::ostream &out, const XMLParserError &error) |
Definition in file XMLNodeIterator.cc.
1.5.3