public class

NameNodeListImpl

extends DeepNodeListImpl
implements NodeList
java.lang.Object
   ↳ org.apache.xerces.dom.DeepNodeListImpl
     ↳ org.apache.html.dom.NameNodeListImpl

Class Overview

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

See Also

Summary

[Expand]
Inherited Fields
From class org.apache.xerces.dom.DeepNodeListImpl
Public Constructors
NameNodeListImpl(NodeImpl rootNode, String tagName)
Constructor.
Protected Methods
Node nextMatchingElementAfter(Node current)
Iterative tree-walker.
[Expand]
Inherited Methods
From class org.apache.xerces.dom.DeepNodeListImpl
From class java.lang.Object
From interface org.w3c.dom.NodeList

Public Constructors

public NameNodeListImpl (NodeImpl rootNode, String tagName)

Constructor.

Protected Methods

protected Node nextMatchingElementAfter (Node current)

Iterative tree-walker. When you have a Parent link, there's often no need to resort to recursion. NOTE THAT only Element nodes are matched since we're specifically supporting getElementsByTagName().