|
libzypp
17.37.18
|


Go to the source code of this file.
Classes | |
| struct | zypp::xml::detail::EscapedString |
Namespaces | |
| zypp | |
| zypp::xml | |
| zypp::xml::detail | |
Functions | |
| ZYPP_API detail::EscapedString | 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) ZYPP_API |
Unescape xml special charaters (& -> &; from IoBind library) More... | |