libzypp  11.13.5
zypp::parser::yum Namespace Reference

Classes

class  PatchesFileReader
 Iterates through a patches.xml file giving on each iteration a OnMediaLocation object with the resource and its patch id. More...
class  RepomdFileReader
 Reads through a repomd.xml file and collects type, location, checksum and other data about metadata files to be processed. More...

Enumerations

enum  Tag {
  tag_NONE, tag_Patches, tag_Patch, tag_Location,
  tag_CheckSum, tag_Timestamp, tag_OpenCheckSum
}

Enumeration Type Documentation

Enumerator:
tag_NONE 
tag_Patches 
tag_Patch 
tag_Location 
tag_CheckSum 
tag_Timestamp 
tag_OpenCheckSum 

Definition at line 36 of file PatchesFileReader.cc.