summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/StyleSheet$CssParser.h
blob: 5d2fded39daf6bd8c4cc53c0945fa52beed8e6e0 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69

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

#ifndef __javax_swing_text_html_StyleSheet$CssParser__
#define __javax_swing_text_html_StyleSheet$CssParser__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace net
    {
        class URL;
    }
  }
  namespace javax
  {
    namespace swing
    {
      namespace text
      {
          class AttributeSet;
          class MutableAttributeSet;
        namespace html
        {
            class CSSParser;
            class StyleSheet;
            class StyleSheet$CssParser;
        }
      }
    }
  }
}

class javax::swing::text::html::StyleSheet$CssParser : public ::java::lang::Object
{

public: // actually package-private
  StyleSheet$CssParser(::javax::swing::text::html::StyleSheet *);
public:
  virtual ::javax::swing::text::AttributeSet * parseDeclaration(::java::lang::String *);
  virtual ::javax::swing::text::AttributeSet * parseDeclaration(::java::io::Reader *);
  virtual void parse(::java::net::URL *, ::java::io::Reader *, jboolean, jboolean);
  virtual void handleImport(::java::lang::String *);
  virtual void handleSelector(::java::lang::String *);
  virtual void startRule();
  virtual void handleProperty(::java::lang::String *);
  virtual void handleValue(::java::lang::String *);
  virtual void endRule();
private:
  void addSelector();
public: // actually package-private
  ::java::util::Vector * __attribute__((aligned(__alignof__( ::java::lang::Object)))) selectors;
  ::java::util::Vector * selectorTokens;
  ::java::lang::String * propertyName;
  ::javax::swing::text::MutableAttributeSet * declaration;
  jboolean parsingDeclaration;
  jboolean isLink;
  ::java::net::URL * base;
  ::javax::swing::text::html::CSSParser * parser;
  ::javax::swing::text::html::StyleSheet * this$0;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_text_html_StyleSheet$CssParser__