ProcessingInstructionImpl.h 1.2 KB

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