Go to the documentation of this file.
12 #ifndef ZYPP_PARSER_XML_XMLESCAPE_H
13 #define ZYPP_PARSER_XML_XMLESCAPE_H
17 #include <zypp/APIConfig.h>
31 std::ostream &
dumpOn( std::ostream &
str )
const;
34 operator std::string()
const
37 const std::string &
_in;
55 ZYPP_API std::string
unescape(
const std::string & in_r );
61 #endif // ZYPP_PARSER_XML_XMLESCAPE_H
std::ostream & operator<<(std::ostream &str, const EscapedString &obj)
Stream output.
std::string asString() const
EscapedString(const std::string &in_r)
std::ostream & dumpOn(std::ostream &str) const
detail::EscapedString escape(const std::string &in_r)
Escape xml special charaters (& -> &; from IoBind library).
Easy-to use interface to the ZYPP dependency resolver.
String related utilities and Regular expression matching.
std::string unescape(const std::string &in_r)
Unescape xml special charaters (& -> &; from IoBind library)