Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / javax / xml / xpath / XPathConstants.h
blob0b15648e34e1649f6807dae45fa8b17c80b4116d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_xml_xpath_XPathConstants__
5 #define __javax_xml_xpath_XPathConstants__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace javax
14 namespace xml
16 namespace namespace
18 class QName;
20 namespace xpath
22 class XPathConstants;
28 class javax::xml::xpath::XPathConstants : public ::java::lang::Object
31 XPathConstants();
32 public:
33 static ::javax::xml::namespace::QName * NUMBER;
34 static ::javax::xml::namespace::QName * STRING;
35 static ::javax::xml::namespace::QName * BOOLEAN;
36 static ::javax::xml::namespace::QName * NODESET;
37 static ::javax::xml::namespace::QName * NODE;
38 static ::java::lang::String * DOM_OBJECT_MODEL;
39 static ::java::lang::Class class$;
42 #endif // __javax_xml_xpath_XPathConstants__