public interface org.w3c.dom.css.CSSRule
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.w3c.dom.css.CSSRule
super_class: java.lang.Object
{
public static final short UNKNOWN_RULE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final short STYLE_RULE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final short CHARSET_RULE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public static final short IMPORT_RULE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 3
public static final short MEDIA_RULE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 4
public static final short FONT_FACE_RULE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 5
public static final short PAGE_RULE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 6
public abstract short getType();
descriptor: ()S
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String getCssText();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setCssText(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.w3c.dom.DOMException
MethodParameters:
Name Flags
cssText
public abstract org.w3c.dom.css.CSSStyleSheet getParentStyleSheet();
descriptor: ()Lorg/w3c/dom/css/CSSStyleSheet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.w3c.dom.css.CSSRule getParentRule();
descriptor: ()Lorg/w3c/dom/css/CSSRule;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CSSRule.java"