CharactersImpl.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_stream_CharactersImpl__
  3. #define __gnu_xml_stream_CharactersImpl__
  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 CharactersImpl;
  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::CharactersImpl : public ::gnu::xml::stream::XMLEventImpl
  30. {
  31. public: // actually protected
  32. CharactersImpl(::javax::xml::stream::Location *, ::java::lang::String *, jboolean, jboolean, jboolean);
  33. public:
  34. virtual jint getEventType();
  35. virtual ::java::lang::String * getData();
  36. virtual jboolean isWhiteSpace();
  37. virtual jboolean isCData();
  38. virtual jboolean isIgnorableWhiteSpace();
  39. virtual void writeAsEncodedUnicode(::java::io::Writer *);
  40. public: // actually protected
  41. ::java::lang::String * __attribute__((aligned(__alignof__( ::gnu::xml::stream::XMLEventImpl)))) data;
  42. jboolean whitespace;
  43. jboolean cdata;
  44. jboolean ignorableWhitespace;
  45. public:
  46. static ::java::lang::Class class$;
  47. };
  48. #endif // __gnu_xml_stream_CharactersImpl__