summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/parser/DTDConstants.h
blob: 7fe66c6de36e9c62ffe74a42c6b7d0a858e0bc18 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_text_html_parser_DTDConstants__
#define __javax_swing_text_html_parser_DTDConstants__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace javax
  {
    namespace swing
    {
      namespace text
      {
        namespace html
        {
          namespace parser
          {
              class DTDConstants;
          }
        }
      }
    }
  }
}

class javax::swing::text::html::parser::DTDConstants : public ::java::lang::Object
{

public:
  static const jint CDATA = 1;
  static const jint EMPTY = 17;
  static const jint ID = 4;
  static const jint IDREF = 5;
  static const jint IDREFS = 6;
  static const jint NAME = 7;
  static const jint NAMES = 8;
  static const jint NMTOKEN = 9;
  static const jint NMTOKENS = 10;
  static const jint NOTATION = 11;
  static const jint NUMBER = 12;
  static const jint NUMBERS = 13;
  static const jint NUTOKEN = 14;
  static const jint NUTOKENS = 15;
  static const jint PUBLIC = 10;
  static const jint SYSTEM = 17;
  static const jint PARAMETER = 262144;
  static const jint GENERAL = 65536;
  static const jint REQUIRED = 2;
  static const jint FIXED = 1;
  static const jint IMPLIED = 5;
  static const jint CURRENT = 3;
  static const jint CONREF = 4;
  static const jint STARTTAG = 13;
  static const jint ENDTAG = 14;
  static const jint ANY = 19;
  static const jint DEFAULT = 131072;
  static const jint ENTITIES = 3;
  static const jint ENTITY = 2;
  static const jint MD = 16;
  static const jint MODEL = 18;
  static const jint MS = 15;
  static const jint PI = 12;
  static const jint RCDATA = 16;
  static const jint SDATA = 11;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));

#endif // __javax_swing_text_html_parser_DTDConstants__