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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [validation/] [xmlschema/] [AttributeDeclaration.h] - Blame information for rev 776

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_xml_validation_xmlschema_AttributeDeclaration__
5
#define __gnu_xml_validation_xmlschema_AttributeDeclaration__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace xml
15
    {
16
      namespace validation
17
      {
18
        namespace datatype
19
        {
20
            class Annotation;
21
            class SimpleType;
22
        }
23
        namespace xmlschema
24
        {
25
            class AttributeDeclaration;
26
        }
27
      }
28
    }
29
  }
30
  namespace javax
31
  {
32
    namespace xml
33
    {
34
      namespace namespace$
35
      {
36
          class QName;
37
      }
38
    }
39
  }
40
}
41
 
42
class gnu::xml::validation::xmlschema::AttributeDeclaration : public ::java::lang::Object
43
{
44
 
45
public: // actually package-private
46
  AttributeDeclaration(jboolean, jint, ::java::lang::String *, ::javax::xml::namespace$::QName *, ::gnu::xml::validation::datatype::SimpleType *, ::gnu::xml::validation::datatype::Annotation *);
47
  static const jint NONE = 0;
48
  static const jint DEFAULT = 1;
49
  static const jint FIXED = 2;
50
  jboolean __attribute__((aligned(__alignof__( ::java::lang::Object)))) scope;
51
  jint type;
52
  ::java::lang::String * value;
53
  ::javax::xml::namespace$::QName * name;
54
  ::gnu::xml::validation::datatype::SimpleType * datatype;
55
  ::gnu::xml::validation::datatype::Annotation * annotation;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __gnu_xml_validation_xmlschema_AttributeDeclaration__

powered by: WebSVN 2.1.0

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