52 #ifndef Patternist_UntypedAtomicConverter_H 53 #define Patternist_UntypedAtomicConverter_H 119 return cast(item, context);
const ItemType::Ptr m_reqType
#define QT_END_NAMESPACE
This macro expands to.
QExplicitlySharedDataPointer< const UntypedAtomicConverter > ConstPtr
virtual const SourceLocationReflection * actualReflection() const
Returns this.
Due to strong interdependencies, this file contains the definitions for the classes Item...
Item mapToItem(const Item &item, const DynamicContext::Ptr &context) const
ItemType::Ptr targetType() const
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
virtual SequenceType::List expectedOperandTypes() const
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
Represents an item in the XPath 2.0 Data Model.
UntypedAtomicConverter(const Expression::Ptr &operand, const ItemType::Ptr &reqType, const ReportContext::ErrorCode code=ReportContext::FORG0001)
virtual SequenceType::Ptr staticType() const
Casts every item in a sequence obtained from evaluating an Expression, to a requested atomic type...
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &) const
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
virtual Item evaluateSingleton(const DynamicContext::Ptr &) const
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.