|
libzypp 17.31.32
|

Public Member Functions | |
| Impl (const Pathname &repomd_file, const ProcessResource &callback) | |
| Ctro taking a ProcessResource callback. | |
| bool | consumeNode (Reader &reader_r) |
| Callback provided to the XML parser. | |
| const std::set< std::string > & | keywords () const |
| repo keywords parsed on the fly | |
Private Member Functions | |
| CheckSum | getChecksum (Reader &reader_r) |
| Retrieve a checksum node. | |
| ByteCount | getSize (Reader &reader_r) |
| Retrieve a size node. | |
Private Attributes | |
| ProcessResource | _callback |
| Function for processing collected data. | |
| std::string | _typeStr |
| The resource type string. | |
| OnMediaLocation | _location |
| Location of metadata file. | |
| std::set< std::string > | _keywords |
| repo keywords parsed on the fly | |
Definition at line 44 of file RepomdFileReader.cc.
|
inline |
Ctro taking a ProcessResource callback.
Definition at line 48 of file RepomdFileReader.cc.
Callback provided to the XML parser.
Definition at line 101 of file RepomdFileReader.cc.
|
inline |
repo keywords parsed on the fly
Definition at line 63 of file RepomdFileReader.cc.
Retrieve a checksum node.
Definition at line 68 of file RepomdFileReader.cc.
Retrieve a size node.
Definition at line 72 of file RepomdFileReader.cc.
|
private |
Function for processing collected data.
Passed-in through constructor.
Definition at line 78 of file RepomdFileReader.cc.
|
private |
The resource type string.
Definition at line 81 of file RepomdFileReader.cc.
|
private |
Location of metadata file.
Definition at line 84 of file RepomdFileReader.cc.
|
private |
repo keywords parsed on the fly
Definition at line 86 of file RepomdFileReader.cc.