EmptyNodeList.h 815 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_libxmlj_util_EmptyNodeList__
  3. #define __gnu_xml_libxmlj_util_EmptyNodeList__
  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 util
  15. {
  16. class EmptyNodeList;
  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::util::EmptyNodeList : public ::java::lang::Object
  33. {
  34. public: // actually package-private
  35. EmptyNodeList();
  36. public:
  37. virtual ::org::w3c::dom::Node * item(jint);
  38. virtual jint getLength();
  39. static ::java::lang::Class class$;
  40. };
  41. #endif // __gnu_xml_libxmlj_util_EmptyNodeList__