libzypp 17.37.1
|
Classes | |
class | Node |
RAII writing a nodes start/end tag. More... | |
class | NodeAttr |
(Key, Value) string pair of XML node attributes More... | |
Functions | |
std::ostream & | node (std::ostream &out_r, const std::string &name_r, Node::Attr attr_r) |
template<class Tp> | |
std::string | asXmlNodeAttr (const Tp &val_r) |
NODE ATTRIBUTE representation of types [asString]. | |
std::ostream & | node (std::ostream &out_r, const std::string &name_r, const std::initializer_list< Node::Attr > &attrs_r={}) |
Write a leaf node without PCDATA. | |
ZYPP_API detail::EscapedString | escape (const std::string &in_r) |
Escape xml special charaters (& -> & ; from IoBind library). | |
std::string | unescape (const std::string &in_r) ZYPP_API |
Unescape xml special charaters (& -> & ; from IoBind library) | |
|
inline |
|
inline |
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.
std::string zypp::xml::unescape | ( | const std::string & | in_r | ) |
Unescape xml special charaters (& -> &
; from IoBind library)
Definition at line 113 of file XmlEscape.cc.