zeep::xml::comment — A node containing a XML comment.
// In header: </home/maarten/projects/libzeep/zeep/xml/node.hpp> class comment : public zeep::xml::node { public: // construct/copy/destruct comment(); comment(const std::string &); // public member functions std::string str() const; std::string text() const; void text(const std::string &); void write(writer &) const; bool equals(const node *) const; node * clone() const; };