#include "zypp/parser/yum/YUMParserData.h"
#include "zypp/parser/XMLNodeIterator.h"
#include "zypp/parser/LibXMLHelper.h"
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::parser |
namespace | zypp::parser::yum |
Classes | |
class | zypp::parser::yum::YUMProductParser |
Parser for YUM primary.xml files (containing package metadata) Use this class as an iterator that produces, one after one, YUMProductData_Ptr(s) for the XML package elements in the input. More... |
Definition in file YUMProductParser.h.