52 #ifndef Patternist_ElementConstructor_H 53 #define Patternist_ElementConstructor_H virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
#define QT_END_NAMESPACE
This macro expands to.
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
Constructs an element node. This covers both computed and directly constructed element nodes...
The QUrl class provides a convenient interface for working with URLs.
virtual void evaluateToSequenceReceiver(const DynamicContext::Ptr &context) const
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
virtual SequenceType::Ptr staticType() const
virtual Properties properties() const
Represents an item in the XPath 2.0 Data Model.
The QFlags class provides a type-safe way of storing OR-combinations of enum values.
virtual SequenceType::List expectedOperandTypes() const
ElementConstructor(const Expression::Ptr &operand1, const Expression::Ptr &operand2, const bool isXSLT)
The QList class is a template class that provides lists.
Base class for expressions that has exactly two operands.