Package org.w3c.tidy
Class DOMNodeListImpl
- java.lang.Object
-
- org.w3c.tidy.DOMNodeListImpl
-
- All Implemented Interfaces:
NodeList
public class DOMNodeListImpl extends Object implements NodeList
DOMNodeListImpl. The items in theNodeListare 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 protectedDOMNodeListImpl(Node parent)Instantiates a new DOM node list.
-
-
-
Constructor Detail
-
DOMNodeListImpl
protected DOMNodeListImpl(Node parent)
Instantiates a new DOM node list.- Parameters:
parent- parent Node
-
-
Method Detail
-
item
public Node item(int index)
- Specified by:
itemin interfaceNodeList- See Also:
NodeList.item(int)
-
getLength
public int getLength()
- Specified by:
getLengthin interfaceNodeList- See Also:
NodeList.getLength()
-
-