1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_text_html_HTML__
5 #define __javax_swing_text_html_HTML__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11 
12 extern "Java"
13 {
14   namespace javax
15   {
16     namespace swing
17     {
18       namespace text
19       {
20           class AttributeSet;
21         namespace html
22         {
23             class HTML;
24             class HTML$Attribute;
25             class HTML$Tag;
26         }
27       }
28     }
29   }
30 }
31 
32 class javax::swing::text::html::HTML : public ::java::lang::Object
33 {
34 
35 public:
36   HTML();
37   static JArray< ::javax::swing::text::html::HTML$Attribute * > * getAllAttributeKeys();
38   static JArray< ::javax::swing::text::html::HTML$Tag * > * getAllTags();
39   static ::javax::swing::text::html::HTML$Attribute * getAttributeKey(::java::lang::String *);
40   static jint getIntegerAttributeValue(::javax::swing::text::AttributeSet *, ::javax::swing::text::html::HTML$Attribute *, jint);
41   static ::javax::swing::text::html::HTML$Tag * getTag(::java::lang::String *);
42   static ::java::lang::String * NULL_ATTRIBUTE_VALUE;
43 public: // actually package-private
44   static const jint BREAKS = 1;
45   static const jint BLOCK = 2;
46   static const jint PREFORMATTED = 4;
47   static const jint SYNTHETIC = 8;
48 private:
49   static ::java::util::Map * tagMap;
50   static ::java::util::Map * attrMap;
51 public:
52   static ::java::lang::Class class$;
53 };
54 
55 #endif // __javax_swing_text_html_HTML__
56