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

A ZorbaErrQName is-a FixedQName for Zorba errors. More...

#include <zorba/internal/qname.h>

Inheritance diagram for zorba::internal::ZorbaErrQName:
Inheritance graph
[legend]
Collaboration diagram for zorba::internal::ZorbaErrQName:
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
char const * ns () const
char const * prefix () const
 ZorbaErrQName (char const *localname)
 Constructs a ZorbaErrQName.

Static Public Attributes

static char const NAMESPACE []
static char const PREFIX []

Detailed Description

A ZorbaErrQName is-a FixedQName for Zorba errors.


Constructor & Destructor Documentation

zorba::internal::ZorbaErrQName::ZorbaErrQName ( char const *  localname) [inline]

Constructs a ZorbaErrQName.

Parameters:
localnameThe local-name of the error.

Definition at line 131 of file qname.h.


Member Function Documentation

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

Gets the category of error this QName represents.

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

Gets the kind of error this QName represents.

Returns:
Returns said kind.
char const* zorba::internal::FixedQName::localname ( ) const [inline, inherited]

Gets this QName's local name.

Returns:
Returns said local name.

Definition at line 68 of file qname.h.

char const* zorba::internal::FixedQName::ns ( ) const [inline, inherited]

Gets this QName's namespace URI.

Returns:
Returns said URI.

Definition at line 66 of file qname.h.

char const* zorba::internal::FixedQName::prefix ( ) const [inline, inherited]

Gets this QName's prefix.

Returns:
Returns said prefix.

Definition at line 67 of file qname.h.


Member Data Documentation

Definition at line 123 of file qname.h.

Definition at line 124 of file qname.h.


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