summaryrefslogtreecommitdiff
path: root/libjava/javax/xml/stream/XMLStreamConstants.h
blob: d042a7cd0eeadc9f1fb10fa6776765f80bc1b7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_xml_stream_XMLStreamConstants__
#define __javax_xml_stream_XMLStreamConstants__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace javax
  {
    namespace xml
    {
      namespace stream
      {
          class XMLStreamConstants;
      }
    }
  }
}

class javax::xml::stream::XMLStreamConstants : public ::java::lang::Object
{

public:
  static const jint START_ELEMENT = 1;
  static const jint END_ELEMENT = 2;
  static const jint PROCESSING_INSTRUCTION = 3;
  static const jint CHARACTERS = 4;
  static const jint COMMENT = 5;
  static const jint SPACE = 6;
  static const jint START_DOCUMENT = 7;
  static const jint END_DOCUMENT = 8;
  static const jint ENTITY_REFERENCE = 9;
  static const jint ATTRIBUTE = 10;
  static const jint DTD = 11;
  static const jint CDATA = 12;
  static const jint NAMESPACE = 13;
  static const jint NOTATION_DECLARATION = 14;
  static const jint ENTITY_DECLARATION = 15;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));

#endif // __javax_xml_stream_XMLStreamConstants__