OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [swing/] [text/] [html/] [parser/] [htmlAttributeSet.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_swing_text_html_parser_htmlAttributeSet__
5
#define __gnu_javax_swing_text_html_parser_htmlAttributeSet__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/text/SimpleAttributeSet.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace swing
17
      {
18
        namespace text
19
        {
20
          namespace html
21
          {
22
            namespace parser
23
            {
24
                class htmlAttributeSet;
25
            }
26
          }
27
        }
28
      }
29
    }
30
  }
31
  namespace javax
32
  {
33
    namespace swing
34
    {
35
      namespace text
36
      {
37
          class AttributeSet;
38
      }
39
    }
40
  }
41
}
42
 
43
class gnu::javax::swing::text::html::parser::htmlAttributeSet : public ::javax::swing::text::SimpleAttributeSet
44
{
45
 
46
public:
47
  htmlAttributeSet();
48
  virtual ::java::lang::Object * getAttribute(::java::lang::Object *);
49
  virtual ::java::util::Enumeration * getAttributeNames();
50
  virtual void setResolveParent(::javax::swing::text::AttributeSet *);
51
  virtual ::javax::swing::text::AttributeSet * getResolveParent();
52
  virtual void addAttribute(::java::lang::Object *, ::java::lang::Object *);
53
  virtual ::javax::swing::text::AttributeSet * copyAttributes();
54
  virtual ::java::lang::Object * clone();
55
  static ::gnu::javax::swing::text::html::parser::htmlAttributeSet * EMPTY_HTML_ATTRIBUTE_SET;
56
public: // actually package-private
57
  ::javax::swing::text::AttributeSet * __attribute__((aligned(__alignof__( ::javax::swing::text::SimpleAttributeSet)))) parent;
58
public:
59
  static ::java::lang::Class class$;
60
};
61
 
62
#endif // __gnu_javax_swing_text_html_parser_htmlAttributeSet__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.