CommentImpl.h 1017 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_stream_CommentImpl__
  3. #define __gnu_xml_stream_CommentImpl__
  4. #pragma interface
  5. #include <gnu/xml/stream/XMLEventImpl.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace xml
  11. {
  12. namespace stream
  13. {
  14. class CommentImpl;
  15. }
  16. }
  17. }
  18. namespace javax
  19. {
  20. namespace xml
  21. {
  22. namespace stream
  23. {
  24. class Location;
  25. }
  26. }
  27. }
  28. }
  29. class gnu::xml::stream::CommentImpl : public ::gnu::xml::stream::XMLEventImpl
  30. {
  31. public: // actually protected
  32. CommentImpl(::javax::xml::stream::Location *, ::java::lang::String *);
  33. public:
  34. virtual jint getEventType();
  35. virtual ::java::lang::String * getText();
  36. virtual void writeAsEncodedUnicode(::java::io::Writer *);
  37. public: // actually protected
  38. ::java::lang::String * __attribute__((aligned(__alignof__( ::gnu::xml::stream::XMLEventImpl)))) text;
  39. public:
  40. static ::java::lang::Class class$;
  41. };
  42. #endif // __gnu_xml_stream_CommentImpl__