Retro68/gcc/libjava/org/w3c/dom/stylesheets/DocumentStyle.h

37 lines
735 B
C
Raw Normal View History

2012-03-27 23:13:14 +00:00
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_w3c_dom_stylesheets_DocumentStyle__
#define __org_w3c_dom_stylesheets_DocumentStyle__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace org
{
namespace w3c
{
namespace dom
{
namespace stylesheets
{
class DocumentStyle;
class StyleSheetList;
}
}
}
}
}
class org::w3c::dom::stylesheets::DocumentStyle : public ::java::lang::Object
{
public:
virtual ::org::w3c::dom::stylesheets::StyleSheetList * getStyleSheets() = 0;
static ::java::lang::Class class$;
} __attribute__ ((java_interface));
#endif // __org_w3c_dom_stylesheets_DocumentStyle__