#include <zypp/parser/yum/YUMParserData.h>
#include <zypp/parser/XMLNodeIterator.h>
#include <zypp/parser/LibXMLHelper.h>
#include <zypp/Arch.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::YUMPrimaryParser |
Parser for YUM primary.xml files (containing package metadata) Use this class as an iterator that produces, one after one, YUMPrimaryData_Ptr(s) for the XML package elements in the input. More... |
Definition in file YUMPrimaryParser.h.