public class CSSRuleListImpl
extends java.lang.Object
implements org.w3c.dom.css.CSSRuleList
| Modifier and Type | Class and Description |
|---|---|
private static class |
CSSRuleListImpl.SelfDisposer |
| Modifier and Type | Field and Description |
|---|---|
private long |
peer |
| Constructor and Description |
|---|
CSSRuleListImpl(long peer) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static org.w3c.dom.css.CSSRuleList |
create(long peer) |
private static void |
dispose(long peer) |
boolean |
equals(java.lang.Object that) |
(package private) static org.w3c.dom.css.CSSRuleList |
getImpl(long peer) |
int |
getLength() |
(package private) static int |
getLengthImpl(long peer) |
(package private) long |
getPeer() |
(package private) static long |
getPeer(org.w3c.dom.css.CSSRuleList arg) |
int |
hashCode() |
org.w3c.dom.css.CSSRule |
item(int index) |
(package private) static long |
itemImpl(long peer,
int index) |
static org.w3c.dom.css.CSSRuleList create(long peer)
long getPeer()
public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectstatic long getPeer(org.w3c.dom.css.CSSRuleList arg)
private static void dispose(long peer)
static org.w3c.dom.css.CSSRuleList getImpl(long peer)
public int getLength()
getLength in interface org.w3c.dom.css.CSSRuleListstatic int getLengthImpl(long peer)
public org.w3c.dom.css.CSSRule item(int index)
item in interface org.w3c.dom.css.CSSRuleListstatic long itemImpl(long peer,
int index)