org.w3c.tidy
Class DOMNodeListByTagNameImpl
java.lang.Object
org.w3c.tidy.DOMNodeListByTagNameImpl
- org.w3c.dom.NodeList
public class DOMNodeListByTagNameImpl
extends java.lang.Object
implements org.w3c.dom.NodeList
DOMNodeListByTagNameImpl. The items in the NodeList
are accessible via an integral index, starting
from 0.
$Revision: 633 $ ($Author: fgiust $)
DOMNodeListByTagNameImpl
protected DOMNodeListByTagNameImpl(Node first,
String tagName)
Instantiates a new DOMNodeListByTagName.
first
- first node.tagName
- tag name
getLength
public int getLength()
org.w3c.dom.NodeList.getLength
item
public org.w3c.dom.Node item(int index)
org.w3c.dom.NodeList.item
preTraverse
protected void preTraverse(Node node)
Traverse the node list.