Package org.w3c.tidy

Class DOMNodeListByTagNameImpl

java.lang.Object
org.w3c.tidy.DOMNodeListByTagNameImpl
All Implemented Interfaces:
NodeList

public class DOMNodeListByTagNameImpl extends Object implements 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 Details

    • DOMNodeListByTagNameImpl

      protected DOMNodeListByTagNameImpl(Node first, String tagName)
      Instantiates a new DOMNodeListByTagName.
      Parameters:
      first - first node.
      tagName - tag name
  • Method Details