2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / libjava / gnu / xml / xpath / PositionFunction.h
blob849f9c7495f908c5a899c0cc0a886537580696d6
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_xpath_PositionFunction__
5 #define __gnu_xml_xpath_PositionFunction__
7 #pragma interface
9 #include <gnu/xml/xpath/Expr.h>
10 extern "Java"
12 namespace gnu
14 namespace xml
16 namespace xpath
18 class Expr;
19 class PositionFunction;
23 namespace javax
25 namespace xml
27 namespace namespace$
29 class QName;
33 namespace org
35 namespace w3c
37 namespace dom
39 class Node;
45 class gnu::xml::xpath::PositionFunction : public ::gnu::xml::xpath::Expr
48 public: // actually package-private
49 PositionFunction();
50 public:
51 ::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint);
52 ::gnu::xml::xpath::Expr * clone(::java::lang::Object *);
53 jboolean references(::javax::xml::namespace$::QName *);
54 ::java::lang::String * toString();
55 static ::java::lang::Class class$;
58 #endif // __gnu_xml_xpath_PositionFunction__