org.w3c.tidy
Class DOMNodeListImpl

java.lang.Object
  |
  +--org.w3c.tidy.DOMNodeListImpl
All Implemented Interfaces:
org.w3c.dom.NodeList

public class DOMNodeListImpl
extends java.lang.Object
implements org.w3c.dom.NodeList

The items in the NodeList are accessible via an integral index, starting from 0.


Constructor Summary
protected DOMNodeListImpl(Node parent)
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMNodeListImpl

protected DOMNodeListImpl(Node parent)
Method Detail

item

public org.w3c.dom.Node item(int index)
Specified by:
item in interface org.w3c.dom.NodeList
See Also:
NodeList.item(int)

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList
See Also:
NodeList.getLength()