|
XMLBEANSXX
0.9.8
|
#include <QName.h>
Classes | |
| class | Hash |
Public Member Functions | |
| QName * | operator-> () |
| const QName * | operator-> () const |
| QName (const StoreString &namespaceURI, const StoreString &localPart) | |
| QName (const StoreString &namespaceURI, const StoreString &localPart, const std::string &prefix) | |
| QName () | |
| QName (const QName &qname) | |
| operator std::string () const | |
| std::string | toString () const |
Static Public Member Functions | |
| static QName | store (const std::string &namespaceURI, const std::string &localPart) |
| static QName | store (const std::string &namespaceURI, const std::string &localPart, const std::string &prefix) |
| static QName | store (const char *namespaceURI, const char *localPart) |
Public Attributes | |
| std::string | prefix |
Objects of this class represent qualified name, which contains namespace URI and localPart. Corresponds to javax.xml.namespace.QName class.
| xmlbeansxx::QName::QName | ( | const StoreString & | namespaceURI, |
| const StoreString & | localPart | ||
| ) | [inline] |
| xmlbeansxx::QName::QName | ( | const StoreString & | namespaceURI, |
| const StoreString & | localPart, | ||
| const std::string & | prefix | ||
| ) | [inline] |
| xmlbeansxx::QName::QName | ( | ) | [inline] |
| xmlbeansxx::QName::QName | ( | const QName & | qname | ) | [inline] |
| xmlbeansxx::QName::operator std::string | ( | ) | const [inline] |
| QName* xmlbeansxx::QName::operator-> | ( | ) | [inline] |
| const QName* xmlbeansxx::QName::operator-> | ( | ) | const [inline] |
| QName xmlbeansxx::QName::store | ( | const std::string & | namespaceURI, |
| const std::string & | localPart | ||
| ) | [static] |
| QName xmlbeansxx::QName::store | ( | const std::string & | namespaceURI, |
| const std::string & | localPart, | ||
| const std::string & | prefix | ||
| ) | [static] |
| QName xmlbeansxx::QName::store | ( | const char * | namespaceURI, |
| const char * | localPart | ||
| ) | [static] |
| std::string xmlbeansxx::QName::toString | ( | ) | const [inline] |
| std::string xmlbeansxx::QName::prefix |