aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/xml/dom/html2/DomHTMLOptGroupElement.h
blob: 3a81ae1eed3fbdf25f36d5f2a3ddf0fb42fa3561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_xml_dom_html2_DomHTMLOptGroupElement__
#define __gnu_xml_dom_html2_DomHTMLOptGroupElement__

#pragma interface

#include <gnu/xml/dom/html2/DomHTMLElement.h>
extern "Java"
{
  namespace gnu
  {
    namespace xml
    {
      namespace dom
      {
        namespace html2
        {
            class DomHTMLDocument;
            class DomHTMLOptGroupElement;
        }
      }
    }
  }
}

class gnu::xml::dom::html2::DomHTMLOptGroupElement : public ::gnu::xml::dom::html2::DomHTMLElement
{

public: // actually protected
  DomHTMLOptGroupElement(::gnu::xml::dom::html2::DomHTMLDocument *, ::java::lang::String *, ::java::lang::String *);
public:
  virtual jboolean getDisabled();
  virtual void setDisabled(jboolean);
  virtual ::java::lang::String * getLabel();
  virtual void setLabel(::java::lang::String *);
  static ::java::lang::Class class$;
};

#endif // __gnu_xml_dom_html2_DomHTMLOptGroupElement__