mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
47 lines
1.1 KiB
C++
47 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_xml_stream_XMLStreamConstants__
|
|
#define __javax_xml_stream_XMLStreamConstants__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace xml
|
|
{
|
|
namespace stream
|
|
{
|
|
class XMLStreamConstants;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::xml::stream::XMLStreamConstants : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
static const jint START_ELEMENT = 1;
|
|
static const jint END_ELEMENT = 2;
|
|
static const jint PROCESSING_INSTRUCTION = 3;
|
|
static const jint CHARACTERS = 4;
|
|
static const jint COMMENT = 5;
|
|
static const jint SPACE = 6;
|
|
static const jint START_DOCUMENT = 7;
|
|
static const jint END_DOCUMENT = 8;
|
|
static const jint ENTITY_REFERENCE = 9;
|
|
static const jint ATTRIBUTE = 10;
|
|
static const jint DTD = 11;
|
|
static const jint CDATA = 12;
|
|
static const jint NAMESPACE = 13;
|
|
static const jint NOTATION_DECLARATION = 14;
|
|
static const jint ENTITY_DECLARATION = 15;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __javax_xml_stream_XMLStreamConstants__
|