org.apache.batik.dom.util
Class ListNodeList
java.lang.Object
org.apache.batik.dom.util.ListNodeList
- All Implemented Interfaces:
- NodeList
public class ListNodeList
- extends Object
- implements NodeList
A simple class that implements the DOM NodeList interface by
wrapping an Java List instace.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
list
protected List list
ListNodeList
public ListNodeList(List list)
item
public Node item(int index)
- DOM: Implements
NodeList.item(int)
.
- Specified by:
item
in interface NodeList
getLength
public int getLength()
- DOM: Implements
NodeList.getLength()
.
- Specified by:
getLength
in interface NodeList
Copyright © 2008 Apache Software Foundation. All Rights Reserved.