126 return visitor->visit(
this);
virtual bool evaluateEBV(const DynamicContext::Ptr &) const
#define QT_END_NAMESPACE
This macro expands to.
CurrentItemStore(const Expression::Ptr &operand)
static const SequenceType::Ptr ZeroOrMoreItems
static StaticContext::Ptr newStaticContext(const StaticContext::Ptr &context)
virtual bool evaluateEBV(const DynamicContext::Ptr &context) const
virtual const SourceLocationReflection * actualReflection() const
Returns this.
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
bool testFlag(Enum f) const
Returns true if the flag is set, otherwise false.
virtual SequenceType::Ptr staticType() const
virtual Expression::Ptr compress(const StaticContext::Ptr &context)
virtual const SourceLocationReflection * actualReflection() const
Returns this.
virtual Item contextItem() const =0
void append(const T &t)
Inserts value at the end of the list.
DynamicContext::Ptr createContext(const DynamicContext::Ptr &old) const
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
static const ItemType::Ptr item
The namespace for the internal API of QtXmlPatterns.
A StaticContext that carries a specified static type for the current item, as returned by fn:current(...
A DynamicContext that maintains the focus, a sequence of items.
virtual SequenceType::Ptr staticType() const =0
virtual SequenceType::List expectedOperandTypes() const
Represents an item in the XPath 2.0 Data Model.
virtual Properties properties() const
virtual Item evaluateSingleton(const DynamicContext::Ptr &) const
Properties deepProperties() const
Computes the union of properties for this Expression and all its descending children.
virtual Properties properties() const
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
QExplicitlySharedDataPointer< DynamicContext > Ptr
virtual ItemType::Ptr contextItemType() const =0
The static type of the context item.
Expression::Ptr m_operand
The QFlags class provides a type-safe way of storing OR-combinations of enum values.
QExplicitlySharedDataPointer< StaticContext > Ptr
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
The QList class is a template class that provides lists.
Base class for all instances that represents something at a certain location.
virtual Expression::Ptr compress(const StaticContext::Ptr &context)
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &context) const
Base class for expressions that has exactly one operand.
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &) const