52 #ifndef Patternist_XsdTypeChecker_H 53 #define Patternist_XsdTypeChecker_H 55 #include <QtXmlPatterns/QSourceLocation> 153 bool checkConstrainingFacetsSignedInteger(
long long value,
const QString &lexicalValue,
const XsdFacet::Hash &facets,
QString &errorMsg)
const;
154 bool checkConstrainingFacetsUnsignedInteger(
unsigned long long value,
const QString &lexicalValue,
const XsdFacet::Hash &facets,
QString &errorMsg)
const;
#define QT_END_NAMESPACE
This macro expands to.
XsdSchemaSourceLocationReflection(const QSourceLocation &location)
The QByteArray class provides an array of bytes.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
const QSourceLocation m_sourceLocation
XsdSchemaContext::Ptr m_context
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual const SourceLocationReflection * actualReflection() const
The QStringList class provides a list of strings.
The namespace for the internal API of QtXmlPatterns.
The QSourceLocation class identifies a location in a resource by URI, line, and column.
const NamePool::Ptr m_namePool
virtual QSourceLocation sourceLocation() const
The QXmlName class represents the name of an XML node, in an efficient, namespace-aware way...
The QDateTime class provides date and time functions.
An implementation of SourceLocationReflection that takes a QSourceLocation.
static QTestResult::TestLocation location
SourceLocationReflection * m_reflection
QVector< QXmlName > m_namespaceBindings
The class that provides methods for checking a string against a type.
The QXmlQuery class performs XQueries on XML data, or on non-XML data modeled to look like XML...
Base class for all instances that represents something at a certain location.