org.w3c.tidy
Class DOMNodeListByTagNameImpl

org.w3c.tidy.DOMNodeListByTagNameImpl

public class DOMNodeListByTagNameImpl

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


Constructor Summary
protected DOMNodeListByTagNameImpl(Node first, String tagName)
           
 
Method Summary
 int getLength()
           
 Node item(int index)
           
protected  void preTraverse(Node node)
           
 

Constructor Detail

DOMNodeListByTagNameImpl

protected DOMNodeListByTagNameImpl(Node first,
                                   String tagName)
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

preTraverse

protected void preTraverse(Node node)


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.