libzypp  12.16.5
XmlEscape.cc File Reference
#include <string>
#include "zypp/parser/xml/XmlEscape.h"

Go to the source code of this file.

Classes

struct  iobind::parser::xml_escape_parser
 

Namespaces

namespace  iobind
 
namespace  iobind::parser
 
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)