2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_xpath_AndExpr__
5 #define __gnu_xml_xpath_AndExpr__
9 #include <gnu/xml/xpath/Expr.h>
45 class gnu::xml::xpath::AndExpr
: public ::gnu::xml::xpath::Expr
49 AndExpr(::gnu::xml::xpath::Expr
*, ::gnu::xml::xpath::Expr
*);
50 ::java::lang::Object
* evaluate(::org::w3c::dom::Node
*, jint
, jint
);
51 ::gnu::xml::xpath::Expr
* clone(::java::lang::Object
*);
52 jboolean
references(::javax::xml::namespace::QName
*);
53 ::java::lang::String
* toString();
54 public: // actually package-private
55 ::gnu::xml::xpath::Expr
* __attribute__((aligned(__alignof__( ::gnu::xml::xpath::Expr
)))) lhs
;
56 ::gnu::xml::xpath::Expr
* rhs
;
58 static ::java::lang::Class
class$
;
61 #endif // __gnu_xml_xpath_AndExpr__