org.apache.html.dom

Class 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: $Id: NameNodeListImpl.java,v 1.8 2004/10/05 03:23:48 mrglavas Exp $

See Also: DeepNodeListImpl

UNKNOWN:

Constructor Summary
NameNodeListImpl(NodeImpl rootNode, String tagName)
Constructor.
Method Summary
protected NodenextMatchingElementAfter(Node current)
Iterative tree-walker.

Constructor Detail

NameNodeListImpl

public NameNodeListImpl(NodeImpl rootNode, String tagName)
Constructor.

Method Detail

nextMatchingElementAfter

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().
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.