zeep::xml::doctype::allowed_element
// In header: </build/libzeep-2peiii/libzeep-3.0.5/zeep/xml/doctype.hpp> struct allowed_element : public zeep::xml::doctype::allowed_base { // construct/copy/destruct allowed_element(const std::string &); // public member functions virtual state_ptr create_state() const; virtual bool element_content() const; virtual void print(std::ostream &); // public data members std::string m_name; };