blob: 26d9b824ff8c2108638953ed5fe5b17c1311eba0 (
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
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_xml_stream_XMLParser$ContentModel__
#define __gnu_xml_stream_XMLParser$ContentModel__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace xml
{
namespace stream
{
class XMLParser;
class XMLParser$ContentModel;
}
}
}
}
class gnu::xml::stream::XMLParser$ContentModel : public ::java::lang::Object
{
public: // actually package-private
XMLParser$ContentModel(::gnu::xml::stream::XMLParser *, jint);
static const jint EMPTY = 0;
static const jint ANY = 1;
static const jint ELEMENT = 2;
static const jint MIXED = 3;
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) min;
jint max;
jint type;
::java::lang::String * text;
jboolean external;
::gnu::xml::stream::XMLParser * this$0;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_xml_stream_XMLParser$ContentModel__
|