summaryrefslogtreecommitdiff
path: root/libjava/gnu/xml/validation/datatype/Facet.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/gnu/xml/validation/datatype/Facet.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/gnu/xml/validation/datatype/Facet.h')
-rw-r--r--libjava/gnu/xml/validation/datatype/Facet.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/libjava/gnu/xml/validation/datatype/Facet.h b/libjava/gnu/xml/validation/datatype/Facet.h
new file mode 100644
index 000000000..76ebe4ceb
--- /dev/null
+++ b/libjava/gnu/xml/validation/datatype/Facet.h
@@ -0,0 +1,51 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_xml_validation_datatype_Facet__
+#define __gnu_xml_validation_datatype_Facet__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace xml
+ {
+ namespace validation
+ {
+ namespace datatype
+ {
+ class Annotation;
+ class Facet;
+ }
+ }
+ }
+ }
+}
+
+class gnu::xml::validation::datatype::Facet : public ::java::lang::Object
+{
+
+public: // actually protected
+ Facet(jint, ::gnu::xml::validation::datatype::Annotation *);
+public:
+ static const jint LENGTH = 1;
+ static const jint MIN_LENGTH = 2;
+ static const jint MAX_LENGTH = 3;
+ static const jint PATTERN = 4;
+ static const jint ENUMERATION = 5;
+ static const jint WHITESPACE = 6;
+ static const jint MAX_INCLUSIVE = 7;
+ static const jint MAX_EXCLUSIVE = 8;
+ static const jint MIN_EXCLUSIVE = 9;
+ static const jint MIN_INCLUSIVE = 10;
+ static const jint TOTAL_DIGITS = 11;
+ static const jint FRACTION_DIGITS = 12;
+ jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
+ ::gnu::xml::validation::datatype::Annotation * annotation;
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_xml_validation_datatype_Facet__