OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [xml/] [stream/] [XMLStreamConstants.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_xml_stream_XMLStreamConstants__
5
#define __javax_xml_stream_XMLStreamConstants__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace xml
15
    {
16
      namespace stream
17
      {
18
          class XMLStreamConstants;
19
      }
20
    }
21
  }
22
}
23
 
24
class javax::xml::stream::XMLStreamConstants : public ::java::lang::Object
25
{
26
 
27
public:
28
  static const jint START_ELEMENT = 1;
29
  static const jint END_ELEMENT = 2;
30
  static const jint PROCESSING_INSTRUCTION = 3;
31
  static const jint CHARACTERS = 4;
32
  static const jint COMMENT = 5;
33
  static const jint SPACE = 6;
34
  static const jint START_DOCUMENT = 7;
35
  static const jint END_DOCUMENT = 8;
36
  static const jint ENTITY_REFERENCE = 9;
37
  static const jint ATTRIBUTE = 10;
38
  static const jint DTD = 11;
39
  static const jint CDATA = 12;
40
  static const jint NAMESPACE = 13;
41
  static const jint NOTATION_DECLARATION = 14;
42
  static const jint ENTITY_DECLARATION = 15;
43
  static ::java::lang::Class class$;
44
} __attribute__ ((java_interface));
45
 
46
#endif // __javax_xml_stream_XMLStreamConstants__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.