GnomeNodeList.h 939 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_libxmlj_dom_GnomeNodeList__
  3. #define __gnu_xml_libxmlj_dom_GnomeNodeList__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace xml
  11. {
  12. namespace libxmlj
  13. {
  14. namespace dom
  15. {
  16. class GnomeNodeList;
  17. }
  18. }
  19. }
  20. }
  21. namespace org
  22. {
  23. namespace w3c
  24. {
  25. namespace dom
  26. {
  27. class Node;
  28. }
  29. }
  30. }
  31. }
  32. class gnu::xml::libxmlj::dom::GnomeNodeList : public ::java::lang::Object
  33. {
  34. public: // actually package-private
  35. GnomeNodeList(::java::lang::Object *);
  36. public:
  37. virtual ::org::w3c::dom::Node * item(jint);
  38. virtual jint getLength();
  39. private:
  40. ::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) id;
  41. public:
  42. static ::java::lang::Class class$;
  43. };
  44. #endif // __gnu_xml_libxmlj_dom_GnomeNodeList__