public class StyleSheetListImpl
extends java.lang.Object
implements org.w3c.dom.stylesheets.StyleSheetList
| Modifier and Type | Class and Description |
|---|---|
private static class |
StyleSheetListImpl.SelfDisposer |
| Modifier and Type | Field and Description |
|---|---|
private long |
peer |
| Constructor and Description |
|---|
StyleSheetListImpl(long peer) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static org.w3c.dom.stylesheets.StyleSheetList |
create(long peer) |
private static void |
dispose(long peer) |
boolean |
equals(java.lang.Object that) |
(package private) static org.w3c.dom.stylesheets.StyleSheetList |
getImpl(long peer) |
int |
getLength() |
(package private) static int |
getLengthImpl(long peer) |
(package private) long |
getPeer() |
(package private) static long |
getPeer(org.w3c.dom.stylesheets.StyleSheetList arg) |
int |
hashCode() |
org.w3c.dom.stylesheets.StyleSheet |
item(int index) |
(package private) static long |
itemImpl(long peer,
int index) |
static org.w3c.dom.stylesheets.StyleSheetList 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.stylesheets.StyleSheetList arg)
private static void dispose(long peer)
static org.w3c.dom.stylesheets.StyleSheetList getImpl(long peer)
public int getLength()
getLength in interface org.w3c.dom.stylesheets.StyleSheetListstatic int getLengthImpl(long peer)
public org.w3c.dom.stylesheets.StyleSheet item(int index)
item in interface org.w3c.dom.stylesheets.StyleSheetListstatic long itemImpl(long peer,
int index)