libzypp  10.5.0
XmlEscape.h File Reference
Include dependency graph for XmlEscape.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Definition in file XmlEscape.h.