libxml++ 1.0.0
xmlpp::Dtd Class Reference

Represents XML DTDs. More...

List of all members.

Public Member Functions

 Dtd (_xmlDtd *dtd)
 ~Dtd ()
std::string get_name () const
std::string get_external_id () const
std::string get_system_id () const

Detailed Description

Represents XML DTDs.


Constructor & Destructor Documentation

xmlpp::Dtd::Dtd ( _xmlDtd *  dtd)
xmlpp::Dtd::~Dtd ( )

Member Function Documentation

std::string xmlpp::Dtd::get_external_id ( ) const
std::string xmlpp::Dtd::get_name ( ) const
std::string xmlpp::Dtd::get_system_id ( ) const

The documentation for this class was generated from the following file: