org.apache.batik.dom.util
public class ListNodeList extends Object implements NodeList
| Field Summary | |
|---|---|
| protected List | list |
| Constructor Summary | |
|---|---|
| ListNodeList(List list) | |
| Method Summary | |
|---|---|
| int | getLength()
DOM: Implements NodeList#getLength(). |
| Node | item(int index)
DOM: Implements NodeList#item(int). |