#include <ostream>
#include <iostream>
#include <zypp-core/base/String.h>
#include <zypp-core/base/DefaultIntegral>
#include <zypp-core/parser/xml/XmlEscape.h>
#include <zypp/RepoInfo.h>
#include <zypp/ServiceInfo.h>
Go to the source code of this file.
|
| namespace | zypp |
| | Easy-to use interface to the ZYPP dependency resolver.
|
◆ escape()
Escape xml special charaters (& -> &; from IoBind library).
The detail::EscapedString can be dumped to an ostream and implicitly converts into a std::string.
Definition at line 51 of file XmlEscape.h.