|
libzypp
9.1.2
|

Public Member Functions | |
| ProductNode (ProductFileData::Impl &pdata_r) | |
| void | doneUpgrade (const xml::Node &_node) |
| collect _upgrade | |
| void | doneLocalizedDefault (const xml::Node &_node, std::string &store_r) |
| collect localized data | |
| void | done (const xml::Node &_node) |
| finaly | |
Private Attributes | |
| ProductFileData::Impl & | _pdata |
| std::string | _version |
| std::string | _release |
| std::string | _ttext |
| std::string | _tlocale |
| ProductFileData::Upgrade::Impl | _upgrade |
Definition at line 136 of file ProductFileReader.cc.
| zypp::parser::ProductNode::ProductNode | ( | ProductFileData::Impl & | pdata_r | ) | [inline] |
Definition at line 138 of file ProductFileReader.cc.
References zypp::parser::ProductFileData::Impl::_arch, zypp::parser::ProductFileData::Upgrade::Impl::_name, zypp::parser::ProductFileData::Impl::_name, zypp::parser::ProductFileData::Upgrade::Impl::_notify, _pdata, zypp::parser::ProductFileData::Upgrade::Impl::_product, zypp::parser::ProductFileData::Impl::_productline, zypp::parser::ProductFileData::Impl::_registerRelease, zypp::parser::ProductFileData::Impl::_registerTarget, _release, zypp::parser::ProductFileData::Upgrade::Impl::_repository, zypp::parser::ProductFileData::Impl::_shortName, zypp::parser::ProductFileData::Upgrade::Impl::_status, zypp::parser::ProductFileData::Upgrade::Impl::_summary, zypp::parser::ProductFileData::Impl::_summary, _tlocale, _ttext, zypp::parser::ProductFileData::Impl::_updaterepokey, _upgrade, zypp::parser::ProductFileData::Impl::_vendor, _version, done(), doneLocalizedDefault(), doneUpgrade(), zypp::xml::ParseDef::MANDTAORY, zypp::xml::ParseDef::MULTIPLE_OPTIONAL, zypp::xml::ParseDef::OPTIONAL, and zypp::xml::ParseDef::setConsumer().
| void zypp::parser::ProductNode::doneUpgrade | ( | const xml::Node & | _node | ) | [inline] |
collect _upgrade
Definition at line 182 of file ProductFileReader.cc.
References _pdata, _upgrade, and zypp::parser::ProductFileData::Impl::_upgrades.
Referenced by ProductNode().
| void zypp::parser::ProductNode::doneLocalizedDefault | ( | const xml::Node & | _node, |
| std::string & | store_r | ||
| ) | [inline] |
collect localized data
Definition at line 189 of file ProductFileReader.cc.
References _tlocale, and _ttext.
Referenced by ProductNode().
| void zypp::parser::ProductNode::done | ( | const xml::Node & | _node | ) | [inline] |
finaly
Definition at line 197 of file ProductFileReader.cc.
References zypp::parser::ProductFileData::Impl::_edition, _pdata, _release, and _version.
Referenced by ProductNode().
Definition at line 203 of file ProductFileReader.cc.
Referenced by done(), doneUpgrade(), and ProductNode().
std::string zypp::parser::ProductNode::_version [private] |
Definition at line 205 of file ProductFileReader.cc.
Referenced by done(), and ProductNode().
std::string zypp::parser::ProductNode::_release [private] |
Definition at line 206 of file ProductFileReader.cc.
Referenced by done(), and ProductNode().
std::string zypp::parser::ProductNode::_ttext [private] |
Definition at line 208 of file ProductFileReader.cc.
Referenced by doneLocalizedDefault(), and ProductNode().
std::string zypp::parser::ProductNode::_tlocale [private] |
Definition at line 209 of file ProductFileReader.cc.
Referenced by doneLocalizedDefault(), and ProductNode().
Definition at line 211 of file ProductFileReader.cc.
Referenced by doneUpgrade(), and ProductNode().
1.7.6.1