org.apache.html.dom
Class NameNodeListImpl

java.lang.Object
  extended by org.apache.xerces.dom.DeepNodeListImpl
      extended by org.apache.html.dom.NameNodeListImpl
All Implemented Interfaces:
NodeList

public class NameNodeListImpl
extends DeepNodeListImpl
implements NodeList

This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().

Since:
PR-DOM-Level-1-19980818.
Version:
$Id: NameNodeListImpl.java 447255 2006-09-18 05:36:42Z mrglavas $
See Also:
DeepNodeListImpl

Constructor Summary
NameNodeListImpl(NodeImpl rootNode, java.lang.String tagName)
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.xerces.dom.DeepNodeListImpl
getLength, item
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.NodeList
getLength, item
 

Constructor Detail

NameNodeListImpl

public NameNodeListImpl(NodeImpl rootNode,
                        java.lang.String tagName)
Constructor.