63 validator.startDocument();
65 validator.endDocument();
113 return visitor->visit(
this);
virtual void evaluateToSequenceReceiver(const DynamicContext::Ptr &context) const
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) 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
QExplicitlySharedDataPointer< const Expression > ConstPtr
A smart pointer wrapping const Expression instances.
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
virtual void startDocument()
virtual void endDocument()
void append(const T &t)
Inserts value at the end of the list.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static const SequenceType::Ptr ExactlyOneDocumentNode
The namespace for the internal API of QtXmlPatterns.
virtual SequenceType::List expectedOperandTypes() const
virtual Properties properties() const
DocumentConstructor(const Expression::Ptr &operand)
Receives QAbstractXmlReceiver events and validates that they are correct, before sending them on to a...
Represents an item in the XPath 2.0 Data Model.
Expression::Ptr m_operand
DynamicContext::Ptr createReceiverContext(QAbstractXmlReceiver *const receiver)
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
virtual SequenceType::Ptr staticType() const
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
virtual void evaluateToSequenceReceiver(const DynamicContext::Ptr &context) const
virtual QUrl baseURI() const =0
The QList class is a template class that provides lists.
Base class for expressions that has exactly one operand.