1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_net_DefaultContentHandlerFactory__
5 #define __gnu_java_net_DefaultContentHandlerFactory__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11 
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace java
17     {
18       namespace net
19       {
20           class DefaultContentHandlerFactory;
21       }
22     }
23   }
24   namespace java
25   {
26     namespace net
27     {
28         class ContentHandler;
29     }
30   }
31 }
32 
33 class gnu::java::net::DefaultContentHandlerFactory : public ::java::lang::Object
34 {
35 
36 public:
37   DefaultContentHandlerFactory();
38   virtual ::java::net::ContentHandler * createContentHandler(::java::lang::String *);
39 private:
40   static JArray< ::java::lang::String * > * known_image_types;
41   static ::java::util::HashSet * imageTypes;
42 public:
43   static ::java::lang::Class class$;
44 };
45 
46 #endif // __gnu_java_net_DefaultContentHandlerFactory__
47