EventConsumer.h 999 B

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