119 return visitor->visit(
this);
virtual SequenceType::Ptr staticType() const
The QXmlNodeModelIndex class identifies a node in an XML node model subclassed from QAbstractXmlNodeM...
virtual void addNodeModel(const QAbstractXmlNodeModel::Ptr &nm)=0
A push interface for the XPath Data Model. Similar to SAX's ContentHandler.
#define QT_END_NAMESPACE
This macro expands to.
static const SequenceType::Ptr ZeroOrMoreItems
static const SequenceType::Ptr ExactlyOneQName
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
virtual void evaluateToSequenceReceiver(const DynamicContext::Ptr &context) const
void append(const T &t)
Inserts value at the end of the list.
static const SequenceType::Ptr ExactlyOneAttribute
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
The namespace for the internal API of QtXmlPatterns.
QString stringValue() const
Returns the string value of this Item.
static QString processValue(const QXmlName name, const Item &value)
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
The QStringRef class provides a thin wrapper around QString substrings.
virtual SequenceType::List expectedOperandTypes() const
The QXmlName class represents the name of an XML node, in an efficient, namespace-aware way...
Represents an item in the XPath 2.0 Data Model.
QString simplified() const Q_REQUIRED_RESULT
Returns a string that has whitespace removed from the start and the end, and that has each sequence o...
Implements the value instance of the xs:QName type.
Expression::Ptr m_operand1
virtual NodeBuilder::Ptr nodeBuilder(const QUrl &baseURI) const =0
The QFlags class provides a type-safe way of storing OR-combinations of enum values.
virtual QAbstractXmlReceiver * outputReceiver() const =0
Expression::Ptr m_operand2
virtual void attribute(const QXmlName name, const QString &value)=0
Signals the presence of an attribute node.
virtual Properties properties() const
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
The QList class is a template class that provides lists.
AttributeConstructor(const Expression::Ptr &operand1, const Expression::Ptr &operand2)
Base class for expressions that has exactly two operands.