blob: 4fec76fe9a807c8572ce933d1b5ff13641c9f942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_xml_validation_xmlschema_XMLSchema__
#define __gnu_xml_validation_xmlschema_XMLSchema__
#pragma interface
#include <javax/xml/validation/Schema.h>
extern "Java"
{
namespace gnu
{
namespace xml
{
namespace validation
{
namespace xmlschema
{
class XMLSchema;
}
}
}
}
namespace javax
{
namespace xml
{
namespace validation
{
class Validator;
class ValidatorHandler;
}
}
}
}
class gnu::xml::validation::xmlschema::XMLSchema : public ::javax::xml::validation::Schema
{
public: // actually package-private
XMLSchema(::java::lang::String *, ::java::lang::String *, jint, jint, jboolean, jboolean);
public:
::javax::xml::validation::Validator * newValidator();
::javax::xml::validation::ValidatorHandler * newValidatorHandler();
public: // actually package-private
static const jint FINAL_NONE = 0;
static const jint FINAL_EXTENSION = 1;
static const jint FINAL_RESTRICTION = 2;
static const jint FINAL_LIST = 4;
static const jint FINAL_UNION = 8;
static const jint FINAL_ALL = 15;
static const jint BLOCK_NONE = 0;
static const jint BLOCK_EXTENSION = 1;
static const jint BLOCK_RESTRICTION = 2;
static const jint BLOCK_SUBSTITUTION = 4;
static const jint BLOCK_ALL = 7;
static const jint GLOBAL = 0;
static const jint LOCAL = 1;
static const jint ABSENT = 2;
static const jint CONSTRAINT_NONE = 0;
static const jint CONSTRAINT_DEFAULT = 1;
static const jint CONSTRAINT_FIXED = 2;
static const jint CONTENT_EMPTY = 0;
static const jint CONTENT_SIMPLE = 1;
static const jint CONTENT_MIXED = 2;
static const jint CONTENT_ELEMENT_ONLY = 3;
::java::lang::String * __attribute__((aligned(__alignof__( ::javax::xml::validation::Schema)))) targetNamespace;
::java::lang::String * version;
jint finalDefault;
jint blockDefault;
jboolean attributeFormQualified;
jboolean elementFormQualified;
::java::util::Map * elementDeclarations;
::java::util::Map * attributeDeclarations;
::java::util::Map * types;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_xml_validation_xmlschema_XMLSchema__
|