KXQTS::Global Class Reference

Contains global constants. More...

#include <Global.h>

List of all members.

Static Public Member Functions

static Patternist::NamePool::Ptr namePool ()
static bool readBoolean (const QString &lexicalSpace)

Static Public Attributes

static const QString organizationName
static const qint16 versionNumber
static const QString xqtsCatalogNS
static const QString xqtsResultNS


Detailed Description

Contains global constants.

Author:
Frans Englich <frans.englich@telia.com>

Definition at line 37 of file Global.h.


Member Function Documentation

bool Global::readBoolean ( const QString &  lexicalSpace  )  [static]

Parses the lexical space of xs:boolean, with the exception that the empty string is considered false.

Definition at line 34 of file Global.cpp.

Referenced by KXQTS::TestSuiteHandler::startElement().

Here is the caller graph for this function:


Member Data Documentation

const QString Global::organizationName [static]

The organization which created KXQTS. It say something in the direction of "Patternist Team", and is used for QSettings and the like.

Definition at line 57 of file Global.h.

const qint16 Global::versionNumber [static]

The version of KXQTS. The value has currently no other meaning than that larger means older. This version information is supplied to QMainWindow::restoreState() and QMainWindow::saveState().

Definition at line 64 of file Global.h.

const QString Global::xqtsCatalogNS [static]

The namespace which the XQTS test case catalog(specified by Catalog.xsd) is in. The namespace is: http://www.w3.org/2005/02/query-test-XQTSCatalog

Definition at line 45 of file Global.h.

Referenced by KXQTS::TestSuiteHandler::endElement(), KXQTS::TestSuiteHandler::startElement(), and KXQTS::TestSuite::toXML().

const QString Global::xqtsResultNS [static]

The namespace which the XQTS test results collection(specified by XQTSResult.xsd) is in. The namespace is: http://www.w3.org/2005/02/query-test-XQTSResult

Definition at line 51 of file Global.h.

Referenced by KXQTS::TestResultHandler::startElement(), and KXQTS::TestSuiteResult::toXML().


The documentation for this class was generated from the following files:
Generated on Thu Feb 8 14:54:31 2007 for Patternist by  doxygen 1.5.1