org.w3c.tidy
Class DOMNodeListImpl
java.lang.Object
org.w3c.tidy.DOMNodeListImpl
- All Implemented Interfaces:
- org.w3c.dom.NodeList
public class DOMNodeListImpl
- extends 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 $)
- Author:
- Dave Raggett [email protected] , Andy Quick [email protected] (translation to Java), Fabrizio Giustina
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMNodeListImpl
protected DOMNodeListImpl(Node parent)
- Instantiates a new DOM node list.
- Parameters:
parent
- parent Node
item
public org.w3c.dom.Node item(int index)
- Specified by:
item
in interface org.w3c.dom.NodeList
- See Also:
NodeList.item(int)
getLength
public int getLength()
- Specified by:
getLength
in interface org.w3c.dom.NodeList
- See Also:
NodeList.getLength()
Copyright © 2000-2010 sourceforge. All Rights Reserved.