OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / xml / pipeline / EventConsumer.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_xml_pipeline_EventConsumer__
5 #define __gnu_xml_pipeline_EventConsumer__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace xml
15     {
16       namespace pipeline
17       {
18           class EventConsumer;
19       }
20     }
21   }
22   namespace org
23   {
24     namespace xml
25     {
26       namespace sax
27       {
28           class ContentHandler;
29           class DTDHandler;
30           class ErrorHandler;
31       }
32     }
33   }
34 }
35
36 class gnu::xml::pipeline::EventConsumer : public ::java::lang::Object
37 {
38
39 public:
40   virtual ::org::xml::sax::ContentHandler * getContentHandler() = 0;
41   virtual ::org::xml::sax::DTDHandler * getDTDHandler() = 0;
42   virtual ::java::lang::Object * getProperty(::java::lang::String *) = 0;
43   virtual void setErrorHandler(::org::xml::sax::ErrorHandler *) = 0;
44   static ::java::lang::Class class$;
45 } __attribute__ ((java_interface));
46
47 #endif // __gnu_xml_pipeline_EventConsumer__