OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / xml / stream / XMLStreamConstants.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_xml_stream_XMLStreamConstants__
5 #define __javax_xml_stream_XMLStreamConstants__
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 stream
17       {
18           class XMLStreamConstants;
19       }
20     }
21   }
22 }
23
24 class javax::xml::stream::XMLStreamConstants : public ::java::lang::Object
25 {
26
27 public:
28   static const jint START_ELEMENT = 1;
29   static const jint END_ELEMENT = 2;
30   static const jint PROCESSING_INSTRUCTION = 3;
31   static const jint CHARACTERS = 4;
32   static const jint COMMENT = 5;
33   static const jint SPACE = 6;
34   static const jint START_DOCUMENT = 7;
35   static const jint END_DOCUMENT = 8;
36   static const jint ENTITY_REFERENCE = 9;
37   static const jint ATTRIBUTE = 10;
38   static const jint DTD = 11;
39   static const jint CDATA = 12;
40   static const jint NAMESPACE = 13;
41   static const jint NOTATION_DECLARATION = 14;
42   static const jint ENTITY_DECLARATION = 15;
43   static ::java::lang::Class class$;
44 } __attribute__ ((java_interface));
45
46 #endif // __javax_xml_stream_XMLStreamConstants__