69 const QString s1(op1.stringValue());
70 const QString s2(op2.stringValue());
88 ? op1.stringValue().compare(op2.stringValue())
89 : op1.stringValue().toLower().compare(op2.stringValue().toLower());
Expression::List m_operands
#define QT_END_NAMESPACE
This macro expands to.
static const Item IntegerOne
The QString class provides a Unicode character string.
static const Item IntegerZero
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
#define QT_BEGIN_NAMESPACE
This macro expands to.
Contains classes implementing the functions found in XQuery 1.0 and XPath 2.0 Functions and Operators...
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
const T & at(int i) const
Returns the item at index position i in the list.
The namespace for the internal API of QtXmlPatterns.
static Boolean::Ptr fromValue(const bool value)
static const Item IntegerOneNegative
T & first()
Returns a reference to the first item in the list.
Represents an item in the XPath 2.0 Data Model.
T & last()
Returns a reference to the last item in the list.
Qt::CaseSensitivity caseSensitivity() const
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const