summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/HTML.h
blob: 84dd640edc8f7bbb80563d50e7eefd9fcb80e6de (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_text_html_HTML__
#define __javax_swing_text_html_HTML__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace javax
  {
    namespace swing
    {
      namespace text
      {
          class AttributeSet;
        namespace html
        {
            class HTML;
            class HTML$Attribute;
            class HTML$Tag;
        }
      }
    }
  }
}

class javax::swing::text::html::HTML : public ::java::lang::Object
{

public:
  HTML();
  static JArray< ::javax::swing::text::html::HTML$Attribute * > * getAllAttributeKeys();
  static JArray< ::javax::swing::text::html::HTML$Tag * > * getAllTags();
  static ::javax::swing::text::html::HTML$Attribute * getAttributeKey(::java::lang::String *);
  static jint getIntegerAttributeValue(::javax::swing::text::AttributeSet *, ::javax::swing::text::html::HTML$Attribute *, jint);
  static ::javax::swing::text::html::HTML$Tag * getTag(::java::lang::String *);
  static ::java::lang::String * NULL_ATTRIBUTE_VALUE;
public: // actually package-private
  static const jint BREAKS = 1;
  static const jint BLOCK = 2;
  static const jint PREFORMATTED = 4;
  static const jint SYNTHETIC = 8;
private:
  static ::java::util::Map * tagMap;
  static ::java::util::Map * attrMap;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_text_html_HTML__