OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / w3c / dom / css / ViewCSS.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_w3c_dom_css_ViewCSS__
5 #define __org_w3c_dom_css_ViewCSS__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace w3c
15     {
16       namespace dom
17       {
18           class Element;
19         namespace css
20         {
21             class CSSStyleDeclaration;
22             class ViewCSS;
23         }
24         namespace views
25         {
26             class DocumentView;
27         }
28       }
29     }
30   }
31 }
32
33 class org::w3c::dom::css::ViewCSS : public ::java::lang::Object
34 {
35
36 public:
37   virtual ::org::w3c::dom::css::CSSStyleDeclaration * getComputedStyle(::org::w3c::dom::Element *, ::java::lang::String *) = 0;
38   virtual ::org::w3c::dom::views::DocumentView * getDocument() = 0;
39   static ::java::lang::Class class$;
40 } __attribute__ ((java_interface));
41
42 #endif // __org_w3c_dom_css_ViewCSS__