Package org.apache.batik.dom.util
Class ListNodeList
java.lang.Object
org.apache.batik.dom.util.ListNodeList
- All Implemented Interfaces:
NodeList
A simple class that implements the DOM NodeList interface by
wrapping an Java List instace.
- Version:
- $Id: ListNodeList.java 1808001 2017-09-11 09:51:29Z ssteiner $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
DOM: ImplementsNodeList.getLength()
.item
(int index) DOM: ImplementsNodeList.item(int)
.
-
Field Details
-
list
-
-
Constructor Details
-
ListNodeList
-
-
Method Details
-
item
DOM: ImplementsNodeList.item(int)
. -
getLength
public int getLength()DOM: ImplementsNodeList.getLength()
.
-