A VariableQName is-an diagnostic::QName that has a variable namespace, prefix, and local-name.
More...
#include <zorba/internal/qname.h>
List of all members.
Public Member Functions |
| char const * | localname () const |
| | Gets this QName's local name.
|
| char const * | ns () const |
| | Gets this QName's namespace URI.
|
| char const * | prefix () const |
| | Gets this QName's prefix.
|
| | VariableQName (char const *ns, char const *prefix, char const *localname) |
| | Constructs a VariableQName.
|
| | VariableQName (serialization::Archiver &) |
Friends |
| void | serialization::operator& (serialization::Archiver &, VariableQName &) |
Detailed Description
template<typename StringType>
class zorba::internal::VariableQName< StringType >
A VariableQName is-an diagnostic::QName that has a variable namespace, prefix, and local-name.
- Template Parameters:
-
| StringType | The type to use to store the namespace, prefix, and local-name. Note that this can be either a string type or char const*. If the latter, then it must be guaranteed that the pointed-to C strings will exist for the entire lifetime of this object. |
Definition at line 84 of file qname.h.
Constructor & Destructor Documentation
template<typename StringType>
Constructs a VariableQName.
Definition at line 90 of file qname.h.
template<typename StringType>
Member Function Documentation
template<typename StringType>
template<typename StringType>
template<typename StringType>
Friends And Related Function Documentation
template<typename StringType>
| void serialization::operator& |
( |
serialization::Archiver & |
, |
|
|
VariableQName< StringType > & |
|
|
) |
| [friend] |
The documentation for this class was generated from the following file: