org.w3c.tidy
Class DOMNodeListByTagNameImpl
java.lang.Object
|
+--org.w3c.tidy.DOMNodeListByTagNameImpl
- All Implemented Interfaces:
- NodeList
- public class DOMNodeListByTagNameImpl
- extends Object
- implements NodeList
The items in the NodeList
are accessible via an integral
index, starting from 0.
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)
item
public Node item(int index)
- Specified by:
item
in interface NodeList
- See Also:
NodeList.item(int)
getLength
public int getLength()
- Specified by:
getLength
in interface NodeList
- See Also:
NodeList.getLength()
preTraverse
protected void preTraverse(Node node)
Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.