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