#include <Global.h>
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 |
Definition at line 37 of file Global.h.
| 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:

const QString Global::organizationName [static] |
const qint16 Global::versionNumber [static] |
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().
1.5.1