52 #ifndef Patternist_ItemVerifier_H 53 #define Patternist_ItemVerifier_H #define QT_END_NAMESPACE
This macro expands to.
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
virtual const SourceLocationReflection * actualReflection() const
Returns this.
const ItemType::Ptr m_reqType
Item mapToItem(const Item &, const DynamicContext::Ptr &) const
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual Item evaluateSingleton(const DynamicContext::Ptr &) const
The namespace for the internal API of QtXmlPatterns.
virtual SequenceType::Ptr staticType() const
Verifies that the items in a sequence an Expression evaluates is of a certain ItemType.
Represents an item in the XPath 2.0 Data Model.
void verifyItem(const Item &item, const DynamicContext::Ptr &context) const
const ReportContext::ErrorCode m_errorCode
virtual SequenceType::List expectedOperandTypes() const
ItemVerifier(const Expression::Ptr &operand, const ItemType::Ptr &reqType, const ReportContext::ErrorCode errorCode)
QExplicitlySharedDataPointer< const ItemVerifier > ConstPtr
The QList class is a template class that provides lists.
Base class for all instances that represents something at a certain location.
Base class for expressions that has exactly one operand.
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &) const