|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.util.ListNodeList
public class ListNodeList
A simple class that implements the DOM NodeList interface by wrapping an Java List instace.
Field Summary | |
---|---|
protected java.util.List |
list
|
Constructor Summary | |
---|---|
ListNodeList(java.util.List list)
|
Method Summary | |
---|---|
int |
getLength()
DOM: Implements NodeList.getLength() . |
org.w3c.dom.Node |
item(int index)
DOM: Implements NodeList.item(int) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List list
Constructor Detail |
---|
public ListNodeList(java.util.List list)
Method Detail |
---|
public org.w3c.dom.Node item(int index)
NodeList.item(int)
.
item
in interface org.w3c.dom.NodeList
public int getLength()
NodeList.getLength()
.
getLength
in interface org.w3c.dom.NodeList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |