Package org.w3c.tidy
Class DOMNodeListImpl
- java.lang.Object
-
- org.w3c.tidy.DOMNodeListImpl
-
- All Implemented Interfaces:
org.w3c.dom.NodeList
public class DOMNodeListImpl extends java.lang.Object implements org.w3c.dom.NodeList
DOMNodeListImpl. The items in theNodeList
are accessible via an integral index, starting from 0.- Version:
- $Revision$ ($Author$)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DOMNodeListImpl(Node parent)
Instantiates a new DOM node list.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
org.w3c.dom.Node
item(int index)
-
-
-
Constructor Detail
-
DOMNodeListImpl
protected DOMNodeListImpl(Node parent)
Instantiates a new DOM node list.- Parameters:
parent
- parent Node
-
-