Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
46
libjava/javax/xml/stream/XMLStreamConstants.h
Normal file
46
libjava/javax/xml/stream/XMLStreamConstants.h
Normal file
|
@ -0,0 +1,46 @@
|
|||
|
||||
// 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__
|
Loading…
Add table
Add a link
Reference in a new issue