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.
- Version:
- $Id: ListNodeList.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- deweese
| 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 © 2000–2017 Apache Software Foundation. All rights reserved.