TextConsumer.h 993 B

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