org.apache.html.dom
Class NameNodeListImpl

java.lang.Object
  |
  +--org.apache.xerces.dom.DeepNodeListImpl
        |
        +--org.apache.html.dom.NameNodeListImpl

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:
 
See Also:
DeepNodeListImpl

Fields inherited from class org.apache.xerces.dom.DeepNodeListImpl
changes, enableNS, nodes, nsName, rootNode, tagName
 
Constructor Summary
NameNodeListImpl(NodeImpl rootNode, java.lang.String tagName)
          Constructor.
 
Methods inherited from class org.apache.xerces.dom.DeepNodeListImpl
getLength, item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameNodeListImpl

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


Copyright © 1999 Apache XML Project. All Rights Reserved.