52 #ifndef Patternist_Atomizer_H 53 #define Patternist_Atomizer_H virtual const SourceLocationReflection * actualReflection() const
Returns this.
virtual SequenceType::Ptr staticType() const
#define QT_END_NAMESPACE
This macro expands to.
Due to strong interdependencies, this file contains the definitions for the classes Item...
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
QExplicitlySharedDataPointer< const Atomizer > ConstPtr
Atomizer(const Expression::Ptr &operand)
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &) const
The namespace for the internal API of QtXmlPatterns.
virtual Item evaluateSingleton(const DynamicContext::Ptr &) const
Performs atomization. Effectively, it is an implementation of the fn:data() function.
virtual SequenceType::List expectedOperandTypes() const
Represents an item in the XPath 2.0 Data Model.
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
Item::Iterator::Ptr mapToSequence(const Item &item, const DynamicContext::Ptr &context) 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.