65 const QString &v = chars.stringValue();
82 const QString &v = item.stringValue();
112 return visitor->visit(
this);
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.
virtual SequenceType::Ptr staticType() const
virtual SequenceType::List expectedOperandTypes() const
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
static const SequenceType::Ptr ExactlyOneTextNode
static const SequenceType::Ptr ZeroOrOneString
void append(const T &t)
Inserts value at the end of the list.
TextNodeConstructor(const Expression::Ptr &operand)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
virtual Cardinality cardinality() const =0
static const SequenceType::Ptr ZeroOrOneTextNode
The QStringRef class provides a thin wrapper around QString substrings.
virtual SequenceType::Ptr staticType() const =0
Represents an item in the XPath 2.0 Data Model.
virtual Properties properties() const
Expression::Ptr m_operand
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 void evaluateToSequenceReceiver(const DynamicContext::Ptr &context) const
virtual QAbstractXmlReceiver * outputReceiver() const =0
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
The QList class is a template class that provides lists.
Base class for expressions that has exactly one operand.