GnomeComment.h 686 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_libxmlj_dom_GnomeComment__
  3. #define __gnu_xml_libxmlj_dom_GnomeComment__
  4. #pragma interface
  5. #include <gnu/xml/libxmlj/dom/GnomeCharacterData.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace xml
  11. {
  12. namespace libxmlj
  13. {
  14. namespace dom
  15. {
  16. class GnomeComment;
  17. }
  18. }
  19. }
  20. }
  21. }
  22. class gnu::xml::libxmlj::dom::GnomeComment : public ::gnu::xml::libxmlj::dom::GnomeCharacterData
  23. {
  24. public: // actually package-private
  25. GnomeComment(::java::lang::Object *);
  26. public:
  27. static ::java::lang::Class class$;
  28. };
  29. #endif // __gnu_xml_libxmlj_dom_GnomeComment__