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

Field Detail

list

protected List list

Constructor Detail

ListNodeList

public ListNodeList(List list)

Method Detail

getLength

public int getLength()
DOM: Implements {@link NodeList#getLength()}.

item

public Node item(int index)
DOM: Implements {@link NodeList#item(int)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.