A ZorbaErrQName is-a FixedQName for Zorba errors. More...
#include <zorba/internal/qname.h>
Public Member Functions | |
zorba::diagnostic::category | category () const |
Gets the category of error this QName represents. | |
zorba::diagnostic::kind | kind () const |
Gets the kind of error this QName represents. | |
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. | |
ZorbaErrQName (char const *localname) | |
Constructs a ZorbaErrQName. | |
Static Public Attributes | |
static char const | NAMESPACE [] |
static char const | PREFIX [] |
A ZorbaErrQName is-a FixedQName for Zorba errors.
zorba::internal::ZorbaErrQName::ZorbaErrQName | ( | char const * | localname | ) | [inline] |
zorba::diagnostic::category zorba::internal::ZorbaErrQName::category | ( | ) | const |
Gets the category of error this QName represents.
zorba::diagnostic::kind zorba::internal::ZorbaErrQName::kind | ( | ) | const |
Gets the kind of error this QName represents.
char const* zorba::internal::FixedQName< ZorbaErrQName , char const * >::localname | ( | ) | const [inline, virtual, inherited] |
char const* zorba::internal::FixedQName< ZorbaErrQName , char const * >::ns | ( | ) | const [inline, virtual, inherited] |
char const* zorba::internal::FixedQName< ZorbaErrQName , char const * >::prefix | ( | ) | const [inline, virtual, inherited] |
char const zorba::internal::ZorbaErrQName::NAMESPACE[] [static] |
char const zorba::internal::ZorbaErrQName::PREFIX[] [static] |