#include <qname.h>
Public Methods | |
| qname () | |
| qname (const std::string &rawname) | |
| void | set (const std::string &uri, const std::string &name) |
| void | set (const std::string &rawname) |
| bool | is_qualified () const |
| std::string | qualified () const |
| const std::string & | prefix () const |
| std::string & | local () |
| const std::string & | local () const |
| bool | empty () const |
Definition at line 20 of file qname.h.
|
|
default constructor
|
|
|
constructor by using name as std::string.
Definition at line 31 of file qname.h. References set(). |
|
|
empty.
|
|
|
returns true if qname is qualified.
|
|
|
get local name (const version)
|
|
|
get local name.
|
|
|
get prefix of this name.
|
|
|
return qualified name.
|
|
|
set name
|
|
||||||||||||
|
constructor by using uri and localname.
Referenced by qname(). |
1.2.18