| |
| // 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__ |