52 #ifndef Patternist_GenericPredicate_H 53 #define Patternist_GenericPredicate_H 113 virtual ID id()
const;
virtual ItemType::Ptr newFocusType() const
#define QT_END_NAMESPACE
This macro expands to.
GenericPredicate(const Expression::Ptr &sourceExpression, const Expression::Ptr &predicate)
virtual SequenceType::Ptr staticType() const
virtual QString description() const
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &context) const
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
The QSourceLocation class identifies a location in a resource by URI, line, and column.
virtual SequenceType::List expectedOperandTypes() const
A predicate that can handle all kinds of predicates and is therefore not very efficient, but can cope with all the tricky scenarios.
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
static Expression::Ptr create(const Expression::Ptr &sourceExpression, const Expression::Ptr &predicateExpression, const StaticContext::Ptr &context, const QSourceLocation &location)
Represents an item in the XPath 2.0 Data Model.
static QTestResult::TestLocation location
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
QExplicitlySharedDataPointer< const GenericPredicate > ConstPtr
The QFlags class provides a type-safe way of storing OR-combinations of enum values.
Item mapToItem(const Item &subject, const DynamicContext::Ptr &) const
virtual Properties properties() const
static Expression::Ptr createFirstItem(const Expression::Ptr &sourceExpression)
The QList class is a template class that provides lists.
Base class for expressions that has exactly two operands.