#include <iosfwd>
#include <string>
#include <vector>
#include <list>
#include <set>
#include <map>
#include <zypp-core/base/Easy.h>
#include <zypp-core/base/String.h>
#include <zypp-core/parser/xml/XmlEscape.h>
Go to the source code of this file.
|
| template<class Tp > |
| std::string | zypp::xmlout::asXmlNodeAttr (const Tp &val_r) |
| | relates: NodeAttr NODE ATTRIBUTE representation of types [asString] More...
|
| |
| std::ostream & | zypp::xmlout::node (std::ostream &out_r, const std::string &name_r, const std::initializer_list< Node::Attr > &attrs_r={}) |
| | relates: Node Write a leaf node without PCDATA More...
|
| |
| std::ostream & | zypp::xmlout::node (std::ostream &out_r, const std::string &name_r, Node::Attr attr_r) |
| |
|
| template<class Tp > |
| std::ostream & | zypp::dumpAsXmlOn (std::ostream &str, const Tp &obj, const std::string &name_r) |
| |