public class ListNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
list |
Constructor and Description |
---|
ListNodeList(java.util.List list) |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
DOM: Implements
NodeList.getLength() . |
org.w3c.dom.Node |
item(int index)
DOM: Implements
NodeList.item(int) . |
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.