public class HTMLCollectionImpl
extends java.lang.Object
implements org.w3c.dom.html.HTMLCollection
Modifier and Type | Class and Description |
---|---|
private static class |
HTMLCollectionImpl.SelfDisposer |
Modifier and Type | Field and Description |
---|---|
private long |
peer |
private static int |
TYPE_HTMLOptionsCollection |
Constructor and Description |
---|
HTMLCollectionImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
(package private) static org.w3c.dom.html.HTMLCollection |
create(long peer) |
private static void |
dispose(long peer) |
boolean |
equals(java.lang.Object that) |
private static int |
getCPPTypeImpl(long peer) |
(package private) static org.w3c.dom.html.HTMLCollection |
getImpl(long peer) |
int |
getLength() |
(package private) static int |
getLengthImpl(long peer) |
(package private) long |
getPeer() |
(package private) static long |
getPeer(org.w3c.dom.html.HTMLCollection arg) |
int |
hashCode() |
org.w3c.dom.Node |
item(int index) |
(package private) static long |
itemImpl(long peer,
int index) |
org.w3c.dom.Node |
namedItem(java.lang.String name) |
(package private) static long |
namedItemImpl(long peer,
java.lang.String name) |
private final long peer
private static final int TYPE_HTMLOptionsCollection
static org.w3c.dom.html.HTMLCollection 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.html.HTMLCollection arg)
private static void dispose(long peer)
private static int getCPPTypeImpl(long peer)
static org.w3c.dom.html.HTMLCollection getImpl(long peer)
public int getLength()
getLength
in interface org.w3c.dom.html.HTMLCollection
static int getLengthImpl(long peer)
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.html.HTMLCollection
static long itemImpl(long peer, int index)
public org.w3c.dom.Node namedItem(java.lang.String name)
namedItem
in interface org.w3c.dom.html.HTMLCollection
static long namedItemImpl(long peer, java.lang.String name)