org.w3c.tidy

Class DOMNodeListImpl

Implemented Interfaces:
org.w3c.dom.NodeList

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

DOMNodeListImpl. The items in the NodeList are accessible via an integral index, starting from 0.
Version:
$Revision: 738 $ ($Author: fgiust $)
Authors:
Dave Raggett dsr@w3.org
Andy Quick ac.quick@sympatico.ca (translation to Java)
Fabrizio Giustina

Constructor Summary

DOMNodeListImpl(Node parent)
Instantiates a new DOM node list.

Method Summary

int
getLength()
org.w3c.dom.Node
item(int index)

Constructor Details

DOMNodeListImpl

protected DOMNodeListImpl(Node parent)
Instantiates a new DOM node list.
Parameters:
parent - parent Node

Method Details

getLength

public int getLength()
See Also:
org.w3c.dom.NodeList.getLength

item

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