org.w3c.tidy
Class DOMNodeListByTagNameImpl
java.lang.Object
org.w3c.tidy.DOMNodeListByTagNameImpl
- All Implemented Interfaces:
- org.w3c.dom.NodeList
public class DOMNodeListByTagNameImpl
- extends Object
- implements org.w3c.dom.NodeList
DOMNodeListByTagNameImpl. The items in the NodeList are accessible via an integral index, starting
from 0.
- Version:
- $Revision: 633 $ ($Author: fgiust $)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMNodeListByTagNameImpl
protected DOMNodeListByTagNameImpl(Node first,
String tagName)
- Instantiates a new DOMNodeListByTagName.
- Parameters:
first - first node.tagName - tag name
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()
preTraverse
protected void preTraverse(Node node)
- Traverse the node list.
- Parameters:
node - Node
Copyright © 2000-2010 sourceforge. All Rights Reserved.