Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / libjava / gnu / xml / validation / datatype / PositiveIntegerType.h
blob217d0ef02ad4def7e59536ea0645b948bd2fa84a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_validation_datatype_PositiveIntegerType__
5 #define __gnu_xml_validation_datatype_PositiveIntegerType__
7 #pragma interface
9 #include <gnu/xml/validation/datatype/AtomicSimpleType.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace gnu
16 namespace xml
18 namespace validation
20 namespace datatype
22 class PositiveIntegerType;
27 namespace org
29 namespace relaxng
31 namespace datatype
33 class ValidationContext;
39 class gnu::xml::validation::datatype::PositiveIntegerType : public ::gnu::xml::validation::datatype::AtomicSimpleType
42 public: // actually package-private
43 PositiveIntegerType();
44 public:
45 JArray< jint > * getConstrainingFacets();
46 void checkValid(::java::lang::String *, ::org::relaxng::datatype::ValidationContext *);
47 ::java::lang::Object * createValue(::java::lang::String *, ::org::relaxng::datatype::ValidationContext *);
48 public: // actually package-private
49 static JArray< jint > * CONSTRAINING_FACETS;
50 public:
51 static ::java::lang::Class class$;
54 #endif // __gnu_xml_validation_datatype_PositiveIntegerType__