Orcus
|
Public Types | |
enum | to_string_type { use_alias, use_short_name } |
Public Member Functions | |
xml_name_t (xmlns_id_t _ns, const pstring &_name) | |
xml_name_t (const xml_name_t &r) | |
xml_name_t & | operator= (const xml_name_t &other) |
bool | operator== (const xml_name_t &other) const |
bool | operator!= (const xml_name_t &other) const |
std::string | to_string (const xmlns_context &cxt, to_string_type type) const |
std::string | to_string (const xmlns_repository &repo) const |
Public Attributes | |
xmlns_id_t | ns |
pstring | name |