NotationDeclarationImpl.h 1.3 KB

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