52 #ifndef Patternist_PairContainer_H 53 #define Patternist_PairContainer_H virtual Expression::List operands() const
#define QT_END_NAMESPACE
This macro expands to.
Base class for all AST nodes in an XPath/XQuery/XSL-T expression.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
PairContainer(const Expression::Ptr &operand1, const Expression::Ptr &operand2)
Expression::Ptr m_operand1
virtual void setOperands(const Expression::List &operands)
Expression::Ptr m_operand2
virtual bool compressOperands(const StaticContext::Ptr &)
Base class for expressions that has exactly two operands.