libzypp  15.28.6
XmlEscape.h File Reference
#include <sstream>
#include <string>
#include "zypp/APIConfig.h"
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.

Classes

struct  zypp::xml::detail::EscapedString
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::xml
 
 zypp::xml::detail
 

Functions

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)
 Unescape xml special charaters (& -> &; from IoBind library) More...