org.w3c.tidy
Class DOMNodeListImpl

org.w3c.tidy.DOMNodeListImpl

public class DOMNodeListImpl

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)
           
 

Constructor Detail

DOMNodeListImpl

protected DOMNodeListImpl(Node parent)
Method Detail

item

public Node item(int index)
See Also:
org.w3c.dom.NodeList#item

getLength

public int getLength()
See Also:
org.w3c.dom.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.