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