org.apache.batik.dom.util

Class ListNodeList

public class ListNodeList extends Object implements NodeList

A simple class that implements the DOM NodeList interface by wrapping an Java List instace.
Field Summary
protected Listlist
Constructor Summary
ListNodeList(List list)
Method Summary
intgetLength()
DOM: Implements NodeList#getLength().
Nodeitem(int index)
DOM: Implements NodeList#item(int).

Field Detail

list

protected List list

Constructor Detail

ListNodeList

public ListNodeList(List list)

Method Detail

getLength

public int getLength()
DOM: Implements NodeList#getLength().

item

public Node item(int index)
DOM: Implements NodeList#item(int).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.