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