org.w3c.tidy
Class DOMNodeListImpl
java.lang.Object
org.w3c.tidy.DOMNodeListImpl
- org.w3c.dom.NodeList
public class DOMNodeListImpl
extends java.lang.Object
implements org.w3c.dom.NodeList
DOMNodeListImpl. The items in the NodeList
are accessible via an integral index, starting from 0.
$Revision: 738 $ ($Author: fgiust $)
DOMNodeListImpl
protected DOMNodeListImpl(Node parent)
Instantiates a new DOM node list.
getLength
public int getLength()
org.w3c.dom.NodeList.getLength
item
public org.w3c.dom.Node item(int index)
org.w3c.dom.NodeList.item(int)