Public Member Functions | Static Public Attributes
zorba::internal::XQueryErrQName Class Reference

An XQueryErrQName is-a FixedQName for standard XQuery errors. More...

#include <zorba/internal/qname.h>

Inheritance diagram for zorba::internal::XQueryErrQName:
Inheritance graph
[legend]
Collaboration diagram for zorba::internal::XQueryErrQName:
Collaboration graph
[legend]

List of all members.

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 []

Detailed Description

An XQueryErrQName is-a FixedQName for standard XQuery errors.

Definition at line 153 of file qname.h.


Constructor & Destructor Documentation

zorba::internal::XQueryErrQName::XQueryErrQName ( char const *  localname)
inline

Constructs an XQueryErrQName.

Parameters:
localnameThe local-name of the error.

Definition at line 166 of file qname.h.


Member Function Documentation

zorba::diagnostic::category zorba::internal::XQueryErrQName::category ( ) const

Gets the category of error this QName represents.

Returns:
Returns said kind.
zorba::diagnostic::kind zorba::internal::XQueryErrQName::kind ( ) const

Gets the kind of error this QName represents.

Returns:
Returns said kind.
char const* zorba::internal::FixedQName< XQueryErrQName , char const * >::localname ( ) const
inlinevirtualinherited

Gets this QName's local name.

Returns:
Returns said 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
inlinevirtualinherited

Gets this QName's namespace URI.

Returns:
Returns said 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
inlinevirtualinherited

Gets this QName's prefix.

Returns:
Returns said prefix.

Implements zorba::diagnostic::QName.

Definition at line 67 of file qname.h.

References zorba::internal::ztd::c_str().


Member Data Documentation

char const zorba::internal::XQueryErrQName::NAMESPACE[]
static

Definition at line 158 of file qname.h.

char const zorba::internal::XQueryErrQName::PREFIX[]
static

Definition at line 159 of file qname.h.


The documentation for this class was generated from the following file:
blog comments powered by Disqus