DOMImplementationRegistry$1.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_w3c_dom_bootstrap_DOMImplementationRegistry$1__
  3. #define __org_w3c_dom_bootstrap_DOMImplementationRegistry$1__
  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 DOMImplementation;
  15. namespace bootstrap
  16. {
  17. class DOMImplementationRegistry;
  18. class DOMImplementationRegistry$1;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. class org::w3c::dom::bootstrap::DOMImplementationRegistry$1 : public ::java::lang::Object
  25. {
  26. public: // actually package-private
  27. DOMImplementationRegistry$1(::org::w3c::dom::bootstrap::DOMImplementationRegistry *, ::java::util::Vector *);
  28. public:
  29. virtual ::org::w3c::dom::DOMImplementation * item(jint);
  30. virtual jint getLength();
  31. public: // actually package-private
  32. ::org::w3c::dom::bootstrap::DOMImplementationRegistry * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
  33. private:
  34. ::java::util::Vector * val$implementations;
  35. public:
  36. static ::java::lang::Class class$;
  37. };
  38. #endif // __org_w3c_dom_bootstrap_DOMImplementationRegistry$1__