|
libzypp
9.1.2
|
#include <zypp/parser/xml/xml_escape_parser.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::xml |
Functions | |
| std::string | zypp::xml::escape (const std::string &in_r) |
Escape xml special charaters (& -> &; from IoBind library). | |
| std::string | zypp::xml::unescape (const std::string &in_r) |
Unescape xml special charaters (& -> &; from IoBind library) | |
Definition in file XmlEscape.h.
1.7.6.1