libzypp
13.10.6
|
Go to the source code of this file.
Classes | |
struct | iobind::parser::xml_escape_parser |
Namespaces | |
iobind | |
iobind::parser | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
zypp::xml | |
Functions | |
std::string | zypp::xml::escape (const std::string &in_r) |
Escape xml special charaters (& -> & ; from IoBind library). More... | |
std::string | zypp::xml::unescape (const std::string &in_r) |
Unescape xml special charaters (& -> & ; from IoBind library) More... | |