64 return makeItemMappingIterator<Item>(
ConstPtr(
this),
74 return cast(item, context);
105 return visitor->visit(
this);
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...
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
T * data() const
Returns a pointer to the shared data object.
void append(const T &t)
Inserts value at the end of the list.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
virtual Cardinality cardinality() const =0
virtual SequenceType::List expectedOperandTypes() const
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
virtual SequenceType::Ptr staticType() const =0
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...
Expression::Ptr m_operand
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &) const
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
virtual ItemType::Ptr itemType() const =0
static const SequenceType::Ptr ZeroOrMoreAtomicTypes
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
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.
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &context) const
Base class for expressions that has exactly one operand.