libzypp 17.31.23
XmlEscape.h File Reference
#include <zypp-core/parser/xml/XmlEscape.h>
#include <sstream>
#include <string>
#include <zypp-core/Globals.h>
Include dependency graph for XmlEscape.h:

Go to the source code of this file.

Classes

struct  zypp::xml::detail::EscapedString
 

Namespaces

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

Functions

detail::EscapedString 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)