NewInstance.h 765 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_xml_sax_helpers_NewInstance__
  3. #define __org_xml_sax_helpers_NewInstance__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace xml
  11. {
  12. namespace sax
  13. {
  14. namespace helpers
  15. {
  16. class NewInstance;
  17. }
  18. }
  19. }
  20. }
  21. }
  22. class org::xml::sax::helpers::NewInstance : public ::java::lang::Object
  23. {
  24. public: // actually package-private
  25. NewInstance();
  26. static ::java::lang::Object * newInstance(::java::lang::ClassLoader *, ::java::lang::String *);
  27. static ::java::lang::ClassLoader * getClassLoader();
  28. public:
  29. static ::java::lang::Class class$;
  30. };
  31. #endif // __org_xml_sax_helpers_NewInstance__