52 #ifndef Patternist_CopyOf_H 53 #define Patternist_CopyOf_H 83 const bool inheritNSS,
84 const bool preserveNSS);
virtual Properties properties() const
#define QT_END_NAMESPACE
This macro expands to.
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
Does node copying in a parameterized way, in order to deal with namespace preservation/inheritance.
#define QT_BEGIN_NAMESPACE
This macro expands to.
const bool m_inheritNamespaces
virtual void evaluateToSequenceReceiver(const DynamicContext::Ptr &context) const
The namespace for the internal API of QtXmlPatterns.
Item mapToItem(const Item &source, const DynamicContext::Ptr &context) const
virtual SequenceType::Ptr staticType() const
virtual SequenceType::List expectedOperandTypes() const
QExplicitlySharedDataPointer< const CopyOf > ConstPtr
Represents an item in the XPath 2.0 Data Model.
const bool m_preserveNamespaces
virtual ItemType::Ptr expectedContextItemType() const
The QFlags class provides a type-safe way of storing OR-combinations of enum values.
CopyOf(const Expression::Ptr &operand, const bool inheritNSS, const bool preserveNSS)
virtual Expression::Ptr compress(const StaticContext::Ptr &context)
const QAbstractXmlNodeModel::NodeCopySettings m_settings
The QList class is a template class that provides lists.
Base class for expressions that has exactly one operand.