52 #ifndef Patternist_CastAs_H 53 #define Patternist_CastAs_H #define QT_END_NAMESPACE
This macro expands to.
virtual SequenceType::Ptr staticType() const
Implements XPath 2.0's cast as expression.
ItemType::Ptr targetType() const
virtual Item evaluateSingleton(const DynamicContext::Ptr &) const
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
#define QT_BEGIN_NAMESPACE
This macro expands to.
CastAs(const Expression::Ptr &source, const SequenceType::Ptr &targetType)
virtual Expression::Ptr compress(const StaticContext::Ptr &context)
The namespace for the internal API of QtXmlPatterns.
virtual SequenceType::List expectedOperandTypes() const
Expression::Ptr castToQName(const StaticContext::Ptr &context) const
Represents an item in the XPath 2.0 Data Model.
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
SequenceType::Ptr targetSequenceType() const
const SequenceType::Ptr m_targetType
The QList class is a template class that provides lists.
Base class for expressions that has exactly one operand.