12#ifndef ZYPP_PARSER_XML_XMLESCAPE_H
13#define ZYPP_PARSER_XML_XMLESCAPE_H
31 std::ostream &
dumpOn( std::ostream &
str )
const;
34 operator std::string()
const
37 const std::string &
_in;
42 {
return obj.dumpOn(
str ); }
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
String related utilities and Regular expression matching.
std::string unescape(const std::string &in_r)
Unescape xml special charaters (& -> &; from IoBind library)
detail::EscapedString escape(const std::string &in_r)
Escape xml special charaters (& -> &; from IoBind library).
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & dumpOn(std::ostream &str) const
std::string asString() const
EscapedString(const std::string &in_r)
std::ostream & operator<<(std::ostream &str, const EscapedString &obj)
Stream output.