org.apache.tools.ant.taskdefs.optional.junit
Class DOMUtil.NodeListImpl
Vector
org.apache.tools.ant.taskdefs.optional.junit.DOMUtil.NodeListImpl
- DOMUtil
- NodeList
public static class DOMUtil.NodeListImpl
extends Vector
implements NodeList
custom implementation of a nodelist
int | getLength() - Get the number of nodes in the list.
|
Node | item(int i) - Get a particular node.
|
getLength
public int getLength()
Get the number of nodes in the list.
item
public Node item(int i)
Get a particular node.
i
- the index of the node to get.
- the node if the index is in bounds, null otherwise.