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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [xml/] [sax/] [helpers/] [XMLReaderAdapter$AttributesAdapter.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_xml_sax_helpers_XMLReaderAdapter$AttributesAdapter__
5
#define __org_xml_sax_helpers_XMLReaderAdapter$AttributesAdapter__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace org
13
  {
14
    namespace xml
15
    {
16
      namespace sax
17
      {
18
          class Attributes;
19
        namespace helpers
20
        {
21
            class XMLReaderAdapter;
22
            class XMLReaderAdapter$AttributesAdapter;
23
        }
24
      }
25
    }
26
  }
27
}
28
 
29
class org::xml::sax::helpers::XMLReaderAdapter$AttributesAdapter : public ::java::lang::Object
30
{
31
 
32
public: // actually package-private
33
  XMLReaderAdapter$AttributesAdapter(::org::xml::sax::helpers::XMLReaderAdapter *);
34
  void setAttributes(::org::xml::sax::Attributes *);
35
public:
36
  jint getLength();
37
  ::java::lang::String * getName(jint);
38
  ::java::lang::String * getType(jint);
39
  ::java::lang::String * getValue(jint);
40
  ::java::lang::String * getType(::java::lang::String *);
41
  ::java::lang::String * getValue(::java::lang::String *);
42
private:
43
  ::org::xml::sax::Attributes * __attribute__((aligned(__alignof__( ::java::lang::Object)))) attributes;
44
public: // actually package-private
45
  ::org::xml::sax::helpers::XMLReaderAdapter * this$0;
46
public:
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __org_xml_sax_helpers_XMLReaderAdapter$AttributesAdapter__

powered by: WebSVN 2.1.0

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