Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / gnu / xml / libxmlj / dom / GnomeNodeList.h
blob8ded813f6f50acdf2e309e06c4cae8c1911767b0
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_libxmlj_dom_GnomeNodeList__
5 #define __gnu_xml_libxmlj_dom_GnomeNodeList__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace xml
16 namespace libxmlj
18 namespace dom
20 class GnomeNodeList;
25 namespace org
27 namespace w3c
29 namespace dom
31 class Node;
37 class gnu::xml::libxmlj::dom::GnomeNodeList : public ::java::lang::Object
40 public: // actually package-private
41 GnomeNodeList(::java::lang::Object *);
42 public:
43 virtual ::org::w3c::dom::Node * item(jint);
44 virtual jint getLength();
45 private:
46 ::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) id;
47 public:
48 static ::java::lang::Class class$;
51 #endif // __gnu_xml_libxmlj_dom_GnomeNodeList__