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 {@link NodeList#getLength()}. |
| Node | item(int index)
DOM: Implements {@link NodeList#item(int)}. |