DocumentStyle.h 735 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_w3c_dom_stylesheets_DocumentStyle__
  3. #define __org_w3c_dom_stylesheets_DocumentStyle__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace w3c
  11. {
  12. namespace dom
  13. {
  14. namespace stylesheets
  15. {
  16. class DocumentStyle;
  17. class StyleSheetList;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. class org::w3c::dom::stylesheets::DocumentStyle : public ::java::lang::Object
  24. {
  25. public:
  26. virtual ::org::w3c::dom::stylesheets::StyleSheetList * getStyleSheets() = 0;
  27. static ::java::lang::Class class$;
  28. } __attribute__ ((java_interface));
  29. #endif // __org_w3c_dom_stylesheets_DocumentStyle__