Package org.apache.batik.dom.util
Class ListNodeList
- java.lang.Object
-
- org.apache.batik.dom.util.ListNodeList
-
- All Implemented Interfaces:
org.w3c.dom.NodeList
public class ListNodeList extends java.lang.Object implements org.w3c.dom.NodeList
A simple class that implements the DOM NodeList interface by wrapping an Java List instace.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List
list
-
Constructor Summary
Constructors Constructor Description ListNodeList(java.util.List list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
DOM: ImplementsNodeList.getLength()
.org.w3c.dom.Node
item(int index)
DOM: ImplementsNodeList.item(int)
.
-