NodeList.h 600 B

1234567891011121314151617181920212223242526272829303132333435
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_w3c_dom_NodeList__
  3. #define __org_w3c_dom_NodeList__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace w3c
  11. {
  12. namespace dom
  13. {
  14. class Node;
  15. class NodeList;
  16. }
  17. }
  18. }
  19. }
  20. class org::w3c::dom::NodeList : public ::java::lang::Object
  21. {
  22. public:
  23. virtual ::org::w3c::dom::Node * item(jint) = 0;
  24. virtual jint getLength() = 0;
  25. static ::java::lang::Class class$;
  26. } __attribute__ ((java_interface));
  27. #endif // __org_w3c_dom_NodeList__