mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
69 lines
1.6 KiB
C++
69 lines
1.6 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_text_html_StyleSheet$CSSStyleSheetParserCallback__
|
|
#define __javax_swing_text_html_StyleSheet$CSSStyleSheetParserCallback__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
namespace html
|
|
{
|
|
namespace css
|
|
{
|
|
class Selector;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
namespace html
|
|
{
|
|
class StyleSheet;
|
|
class StyleSheet$CSSStyle;
|
|
class StyleSheet$CSSStyleSheetParserCallback;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::text::html::StyleSheet$CSSStyleSheetParserCallback : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
StyleSheet$CSSStyleSheetParserCallback(::javax::swing::text::html::StyleSheet *, jint);
|
|
public:
|
|
virtual void startStatement(JArray< ::gnu::javax::swing::text::html::css::Selector * > *);
|
|
virtual void endStatement();
|
|
virtual void declaration(::java::lang::String *, ::java::lang::String *);
|
|
private:
|
|
JArray< ::javax::swing::text::html::StyleSheet$CSSStyle * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) styles;
|
|
jint precedence;
|
|
public: // actually package-private
|
|
::javax::swing::text::html::StyleSheet * this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_text_html_StyleSheet$CSSStyleSheetParserCallback__
|