Package org.w3c.tidy

Class 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$ ($Author$)
    Author:
    Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
    • Constructor Detail

      • DOMNodeListByTagNameImpl

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