55 , m_stability(aStability)
56 , m_orderSpecs(oSpecs)
60 "ReturnOrderBy must have the return expression, and at least one sort key.");
74 for(
int i = 1; i <= len; ++i)
112 return visitor->visit(
this);
Expression::List m_operands
virtual bool evaluateEBV(const DynamicContext::Ptr &context) const
#define QT_END_NAMESPACE
This macro expands to.
virtual Properties properties() const
OrderBy::OrderSpec::Vector m_orderSpecs
static const SequenceType::Ptr ZeroOrMoreItems
virtual bool evaluateEBV(const DynamicContext::Ptr &context) const
QAbstractXmlForwardIterator< T >::Ptr makeListIterator(const QList< T > &list)
virtual SequenceType::List expectedOperandTypes() const
virtual Expression::Ptr compress(const StaticContext::Ptr &context)
void resize(int size)
Sets the size of the vector to size.
void append(const T &t)
Inserts value at the end of the list.
#define QT_BEGIN_NAMESPACE
This macro expands to.
void clear()
Removes all the elements from the vector and releases the memory used by the vector.
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) 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.
virtual Expression::Ptr compress(const StaticContext::Ptr &context)
T & first()
Returns a reference to the first item in the list.
Represents a value and its sort keys in FLOWR's order by clause.
virtual SequenceType::Ptr staticType() const =0
#define Q_ASSERT_X(cond, where, what)
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
Represents an item in the XPath 2.0 Data Model.
virtual SequenceType::Ptr staticType() const
int size() const
Returns the number of items in the list.
Base class for expressions that has any amount of operands.
The QFlags class provides a type-safe way of storing OR-combinations of enum values.
static const SequenceType::Ptr ZeroOrOneAtomicType
ReturnOrderBy(const OrderBy::Stability stability, const OrderBy::OrderSpec::Vector &oSpecs, const Expression::List &operands)
int size() const
Returns the number of items in the vector.
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &context) const