68 (0x20 <= cp && cp <= 0xD7FF) ||
69 (0xE000 <= cp && cp <= 0xFFFD) ||
70 (0x10000 <= cp && cp <= 0x10FFFF));
88 context->
error(QtXmlPatterns::tr(
"%1 is not a valid XML 1.0 character.")
108 const QString str(item.stringValue());
static QString number(int, int base=10)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Expression::List m_operands
#define QT_END_NAMESPACE
This macro expands to.
Contains classes implementing the functions found in XQuery 1.0 and XPath 2.0 Functions and Operators...
static bool isValidXML10Char(const qint32 cp)
#define it(className, varName)
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
static const EmptyIterator< Item >::Ptr emptyIterator
The QChar class provides a 16-bit Unicode character.
static AtomicString::Ptr fromValue(const QString &value)
QExplicitlySharedDataPointer< QAbstractXmlForwardIterator< Item > > Ptr
A smart pointer wrapping an instance of a QAbstractXmlForwardIterator subclass.
#define QT_BEGIN_NAMESPACE
This macro expands to.
void error(const QString &message, const ReportContext::ErrorCode errorCode, const QSourceLocation &sourceLocation)
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
The namespace for the internal API of QtXmlPatterns.
static QString formatData(const QString &data)
T & first()
Returns a reference to the first item in the list.
QString & append(QChar c)
Contains functions used for formatting arguments, such as keywords and paths, in translated strings...
Represents an item in the XPath 2.0 Data Model.
Base class for all numeric values.
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &context) const
Contains class Numeric. This file was originally called qnumeric_p.h, but various build systems canno...
static const AtomicValue::Ptr EmptyString
Represents a stream of Unicode codepoints, which are computed from a string.
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &context) const