OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [html/] [parser/] [DTDConstants.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_swing_text_html_parser_DTDConstants__
5
#define __javax_swing_text_html_parser_DTDConstants__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace swing
15
    {
16
      namespace text
17
      {
18
        namespace html
19
        {
20
          namespace parser
21
          {
22
              class DTDConstants;
23
          }
24
        }
25
      }
26
    }
27
  }
28
}
29
 
30
class javax::swing::text::html::parser::DTDConstants : public ::java::lang::Object
31
{
32
 
33
public:
34
  static const jint CDATA = 1;
35
  static const jint EMPTY = 17;
36
  static const jint ID = 4;
37
  static const jint IDREF = 5;
38
  static const jint IDREFS = 6;
39
  static const jint NAME = 7;
40
  static const jint NAMES = 8;
41
  static const jint NMTOKEN = 9;
42
  static const jint NMTOKENS = 10;
43
  static const jint NOTATION = 11;
44
  static const jint NUMBER = 12;
45
  static const jint NUMBERS = 13;
46
  static const jint NUTOKEN = 14;
47
  static const jint NUTOKENS = 15;
48
  static const jint PUBLIC = 10;
49
  static const jint SYSTEM = 17;
50
  static const jint PARAMETER = 262144;
51
  static const jint GENERAL = 65536;
52
  static const jint REQUIRED = 2;
53
  static const jint FIXED = 1;
54
  static const jint IMPLIED = 5;
55
  static const jint CURRENT = 3;
56
  static const jint CONREF = 4;
57
  static const jint STARTTAG = 13;
58
  static const jint ENDTAG = 14;
59
  static const jint ANY = 19;
60
  static const jint DEFAULT = 131072;
61
  static const jint ENTITIES = 3;
62
  static const jint ENTITY = 2;
63
  static const jint MD = 16;
64
  static const jint MODEL = 18;
65
  static const jint MS = 15;
66
  static const jint PI = 12;
67
  static const jint RCDATA = 16;
68
  static const jint SDATA = 11;
69
  static ::java::lang::Class class$;
70
} __attribute__ ((java_interface));
71
 
72
#endif // __javax_swing_text_html_parser_DTDConstants__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.