summaryrefslogtreecommitdiff
path: root/libjava/org/xml/sax/helpers/NewInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/xml/sax/helpers/NewInstance.h')
-rw-r--r--libjava/org/xml/sax/helpers/NewInstance.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/libjava/org/xml/sax/helpers/NewInstance.h b/libjava/org/xml/sax/helpers/NewInstance.h
new file mode 100644
index 000000000..ef1323e19
--- /dev/null
+++ b/libjava/org/xml/sax/helpers/NewInstance.h
@@ -0,0 +1,38 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_xml_sax_helpers_NewInstance__
+#define __org_xml_sax_helpers_NewInstance__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace xml
+ {
+ namespace sax
+ {
+ namespace helpers
+ {
+ class NewInstance;
+ }
+ }
+ }
+ }
+}
+
+class org::xml::sax::helpers::NewInstance : public ::java::lang::Object
+{
+
+public: // actually package-private
+ NewInstance();
+ static ::java::lang::Object * newInstance(::java::lang::ClassLoader *, ::java::lang::String *);
+ static ::java::lang::ClassLoader * getClassLoader();
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_xml_sax_helpers_NewInstance__