Package org.w3c.tidy

Class DOMNodeListImpl

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

public class DOMNodeListImpl extends Object implements NodeList
DOMNodeListImpl. The items in the NodeList are accessible via an integral index, starting from 0.
Version:
$Revision: 738 $ ($Author: fgiust $)
Author:
Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
  • Constructor Details

    • DOMNodeListImpl

      protected DOMNodeListImpl(Node parent)
      Instantiates a new DOM node list.
      Parameters:
      parent - parent Node
  • Method Details