org.apache.html.dom
public class NameNodeListImpl extends DeepNodeListImpl implements NodeList
Since: PR-DOM-Level-1-19980818.
Version: $Id: NameNodeListImpl.java,v 1.8 2004/10/05 03:23:48 mrglavas Exp $
See Also: DeepNodeListImpl
Constructor Summary | |
---|---|
NameNodeListImpl(NodeImpl rootNode, String tagName) Constructor. |
Method Summary | |
---|---|
protected Node | nextMatchingElementAfter(Node current)
Iterative tree-walker. |