Public Member Functions | |
| Impl (const Pathname &patches_file, const ProcessResource &callback) | |
| CTOR. | |
| bool | consumeNode (Reader &reader_r) |
| Callback provided to the XML parser. | |
Private Attributes | |
| OnMediaLocation | _location |
| Tag | _tag |
| std::string | _id |
| ProcessResource | _callback |
| CheckSum | _checksum |
| std::string | _checksum_type |
| Date | _timestamp |
Definition at line 50 of file PatchesFileReader.cc.
| zypp::parser::yum::PatchesFileReader::Impl::Impl | ( | const Pathname & | patches_file, | |
| const ProcessResource & | callback | |||
| ) |
CTOR.
Definition at line 75 of file PatchesFileReader.cc.
References consumeNode(), zypp::xml::Reader::foreachNode(), and MIL.
| bool zypp::parser::yum::PatchesFileReader::Impl::consumeNode | ( | Reader & | reader_r | ) |
Callback provided to the XML parser.
Don't use it.
Definition at line 86 of file PatchesFileReader.cc.
References _callback, _id, _location, _tag, zypp::xml::XmlString::asString(), zypp::xml::Reader::nodeText(), zypp::OnMediaLocation::setChecksum(), zypp::OnMediaLocation::setLocation(), zypp::parser::yum::tag_CheckSum, zypp::parser::yum::tag_Location, zypp::parser::yum::tag_Patch, and zypp::parser::yum::tag_Patches.
Referenced by Impl().
std::string zypp::parser::yum::PatchesFileReader::Impl::_id [private] |
Definition at line 68 of file PatchesFileReader.cc.
std::string zypp::parser::yum::PatchesFileReader::Impl::_checksum_type [private] |
Definition at line 69 of file PatchesFileReader.cc.
Definition at line 70 of file PatchesFileReader.cc.
1.5.3