libxml++
1.0.0
|
Represents XML DTDs. More...
Public Member Functions | |
Dtd (_xmlDtd *dtd) | |
~Dtd () | |
std::string | get_name () const |
std::string | get_external_id () const |
std::string | get_system_id () const |
Represents XML DTDs.
xmlpp::Dtd::Dtd | ( | _xmlDtd * | dtd | ) |
xmlpp::Dtd::~Dtd | ( | ) |
std::string xmlpp::Dtd::get_external_id | ( | ) | const |
std::string xmlpp::Dtd::get_name | ( | ) | const |
std::string xmlpp::Dtd::get_system_id | ( | ) | const |