![]() |
zeep::xml::doctype::entity
// In header: <zeep/xml/doctype.hpp> class entity { public: // construct/copy/destruct entity(const entity &) = delete; entity(const std::string &, const std::string &, bool, bool); entity(const std::string &, const std::string &, const std::string &); entity & operator=(const entity &) = delete; // public member functions const std::string & name() const; const std::string & get_replacement() const; const std::string & get_path() const; bool is_parsed() const; const std::string & get_ndata() const; void set_ndata(const std::string &); bool is_external() const; bool is_externally_defined() const; void set_externally_defined(bool); };
entity
public member functionsconst std::string & name() const;
const std::string & get_replacement() const;
const std::string & get_path() const;
bool is_parsed() const;
const std::string & get_ndata() const;
void set_ndata(const std::string & ndata);
bool is_external() const;
bool is_externally_defined() const;
void set_externally_defined(bool externally_defined);