Package org.w3c.tidy
Class DOMNodeListByTagNameImpl
java.lang.Object
org.w3c.tidy.DOMNodeListByTagNameImpl
- All Implemented Interfaces:
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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DOMNodeListByTagNameImpl
(Node first, String tagName) Instantiates a new DOMNodeListByTagName. -
Method Summary
Modifier and TypeMethodDescriptionint
item
(int index) protected void
preTraverse
(Node node) Traverse the node list.
-
Constructor Details
-
DOMNodeListByTagNameImpl
Instantiates a new DOMNodeListByTagName.- Parameters:
first
- first node.tagName
- tag name
-
-
Method Details