public class DOMNodeListImpl extends Object implements NodeList
NodeList are accessible via an integral index, starting from 0.| Modifier | Constructor and Description |
|---|---|
protected |
DOMNodeListImpl(Node parent)
Instantiates a new DOM node list.
|
protected DOMNodeListImpl(Node parent)
parent - parent Nodepublic Node item(int index)
item in interface NodeListNodeList.item(int)public int getLength()
getLength in interface NodeListNodeList.getLength()Copyright © 2000–2012 sourceforge. All rights reserved.