An XQueryErrQName is-a FixedQName for standard XQuery 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. | |
XQueryErrQName (char const *localname) | |
Constructs an XQueryErrQName. | |
Static Public Attributes | |
static char const | NAMESPACE [] |
static char const | PREFIX [] |
An XQueryErrQName is-a FixedQName for standard XQuery errors.
zorba::internal::XQueryErrQName::XQueryErrQName | ( | char const * | localname | ) | [inline] |
zorba::diagnostic::category zorba::internal::XQueryErrQName::category | ( | ) | const |
Gets the category of error this QName represents.
zorba::diagnostic::kind zorba::internal::XQueryErrQName::kind | ( | ) | const |
Gets the kind of error this QName represents.
char const* zorba::internal::FixedQName< XQueryErrQName , char const * >::localname | ( | ) | const [inline, virtual, inherited] |
Gets this QName's local name.
Implements zorba::diagnostic::QName.
Definition at line 68 of file qname.h.
References zorba::internal::ztd::c_str().
char const* zorba::internal::FixedQName< XQueryErrQName , char const * >::ns | ( | ) | const [inline, virtual, inherited] |
Gets this QName's namespace URI.
Implements zorba::diagnostic::QName.
Definition at line 66 of file qname.h.
References zorba::internal::ztd::c_str().
char const* zorba::internal::FixedQName< XQueryErrQName , char const * >::prefix | ( | ) | const [inline, virtual, inherited] |
Gets this QName's prefix.
Implements zorba::diagnostic::QName.
Definition at line 67 of file qname.h.
References zorba::internal::ztd::c_str().
char const zorba::internal::XQueryErrQName::NAMESPACE[] [static] |
char const zorba::internal::XQueryErrQName::PREFIX[] [static] |