summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/parser/DTDConstants.h
diff options
context:
space:
mode:
authorupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
committerupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
commit554fd8c5195424bdbcabf5de30fdc183aba391bd (patch)
tree976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/javax/swing/text/html/parser/DTDConstants.h
downloadcbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.bz2
cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.xz
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.
Diffstat (limited to 'libjava/javax/swing/text/html/parser/DTDConstants.h')
-rw-r--r--libjava/javax/swing/text/html/parser/DTDConstants.h72
1 files changed, 72 insertions, 0 deletions
diff --git a/libjava/javax/swing/text/html/parser/DTDConstants.h b/libjava/javax/swing/text/html/parser/DTDConstants.h
new file mode 100644
index 000000000..7fe66c6de
--- /dev/null
+++ b/libjava/javax/swing/text/html/parser/DTDConstants.h
@@ -0,0 +1,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__