52 #ifndef Patternist_OrExpression_H 53 #define Patternist_OrExpression_H virtual Expression::Ptr compress(const StaticContext::Ptr &context)
#define QT_END_NAMESPACE
This macro expands to.
OrExpression(const Expression::Ptr &operand1, const Expression::Ptr &operand2)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
virtual bool evaluateEBV(const DynamicContext::Ptr &context) const
Implements XPath 2.0's logical expression or.
Implements XPath 2.0's logical expression and.