public class CSSRuleImpl
extends java.lang.Object
implements org.w3c.dom.css.CSSRule
Modifier and Type | Class and Description |
---|---|
private static class |
CSSRuleImpl.SelfDisposer |
Modifier and Type | Field and Description |
---|---|
static int |
CHARSET_RULE |
static int |
FONT_FACE_RULE |
static int |
IMPORT_RULE |
static int |
KEYFRAME_RULE |
static int |
KEYFRAMES_RULE |
static int |
MEDIA_RULE |
static int |
PAGE_RULE |
private long |
peer |
static int |
STYLE_RULE |
static int |
SUPPORTS_RULE |
static int |
UNKNOWN_RULE |
static int |
WEBKIT_KEYFRAME_RULE |
static int |
WEBKIT_KEYFRAMES_RULE |
static int |
WEBKIT_REGION_RULE |
Constructor and Description |
---|
CSSRuleImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
(package private) static org.w3c.dom.css.CSSRule |
create(long peer) |
private static void |
dispose(long peer) |
boolean |
equals(java.lang.Object that) |
java.lang.String |
getCssText() |
(package private) static java.lang.String |
getCssTextImpl(long peer) |
(package private) static org.w3c.dom.css.CSSRule |
getImpl(long peer) |
org.w3c.dom.css.CSSRule |
getParentRule() |
(package private) static long |
getParentRuleImpl(long peer) |
org.w3c.dom.css.CSSStyleSheet |
getParentStyleSheet() |
(package private) static long |
getParentStyleSheetImpl(long peer) |
(package private) long |
getPeer() |
(package private) static long |
getPeer(org.w3c.dom.css.CSSRule arg) |
short |
getType() |
(package private) static short |
getTypeImpl(long peer) |
int |
hashCode() |
void |
setCssText(java.lang.String value) |
(package private) static void |
setCssTextImpl(long peer,
java.lang.String value) |
private final long peer
public static final int UNKNOWN_RULE
public static final int STYLE_RULE
public static final int CHARSET_RULE
public static final int IMPORT_RULE
public static final int MEDIA_RULE
public static final int FONT_FACE_RULE
public static final int PAGE_RULE
public static final int KEYFRAMES_RULE
public static final int KEYFRAME_RULE
public static final int SUPPORTS_RULE
public static final int WEBKIT_REGION_RULE
public static final int WEBKIT_KEYFRAMES_RULE
public static final int WEBKIT_KEYFRAME_RULE
static org.w3c.dom.css.CSSRule create(long peer)
long getPeer()
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
static long getPeer(org.w3c.dom.css.CSSRule arg)
private static void dispose(long peer)
static org.w3c.dom.css.CSSRule getImpl(long peer)
public short getType()
getType
in interface org.w3c.dom.css.CSSRule
static short getTypeImpl(long peer)
public java.lang.String getCssText()
getCssText
in interface org.w3c.dom.css.CSSRule
static java.lang.String getCssTextImpl(long peer)
public void setCssText(java.lang.String value) throws org.w3c.dom.DOMException
setCssText
in interface org.w3c.dom.css.CSSRule
org.w3c.dom.DOMException
static void setCssTextImpl(long peer, java.lang.String value)
public org.w3c.dom.css.CSSStyleSheet getParentStyleSheet()
getParentStyleSheet
in interface org.w3c.dom.css.CSSRule
static long getParentStyleSheetImpl(long peer)
public org.w3c.dom.css.CSSRule getParentRule()
getParentRule
in interface org.w3c.dom.css.CSSRule
static long getParentRuleImpl(long peer)