org.w3c.tidy
Class DOMNodeListImpl

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

public class DOMNodeListImpl
extends Object
implements 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()
           
 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 Node item(int index)
Specified by:
item in interface NodeList
See Also:
NodeList.item(int)

getLength

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


Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.