OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / xml / xpath / XPathExpression.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_xml_xpath_XPathExpression__
5 #define __javax_xml_xpath_XPathExpression__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace xml
15     {
16       namespace namespace
17       {
18           class QName;
19       }
20       namespace xpath
21       {
22           class XPathExpression;
23       }
24     }
25   }
26   namespace org
27   {
28     namespace xml
29     {
30       namespace sax
31       {
32           class InputSource;
33       }
34     }
35   }
36 }
37
38 class javax::xml::xpath::XPathExpression : public ::java::lang::Object
39 {
40
41 public:
42   virtual ::java::lang::Object * evaluate(::java::lang::Object *, ::javax::xml::namespace::QName *) = 0;
43   virtual ::java::lang::String * evaluate(::java::lang::Object *) = 0;
44   virtual ::java::lang::Object * evaluate(::org::xml::sax::InputSource *, ::javax::xml::namespace::QName *) = 0;
45   virtual ::java::lang::String * evaluate(::org::xml::sax::InputSource *) = 0;
46   static ::java::lang::Class class$;
47 } __attribute__ ((java_interface));
48
49 #endif // __javax_xml_xpath_XPathExpression__