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