org.apache.html.dom
Class NameNodeListImpl
java.lang.Object
org.apache.xerces.dom.DeepNodeListImpl
org.apache.html.dom.NameNodeListImpl
- NodeList
public class NameNodeListImpl
extends org.apache.xerces.dom.DeepNodeListImpl
implements NodeList
This class implements the DOM's NodeList behavior for
HTMLDocuemnt.getElementsByName().
$Id: NameNodeListImpl.java,v 1.8 2004/10/05 03:23:48 mrglavas Exp $
NameNodeListImpl(org.apache.xerces.dom.NodeImpl rootNode, String tagName) - Constructor.
|
NameNodeListImpl
public NameNodeListImpl(org.apache.xerces.dom.NodeImpl rootNode,
String tagName)
Constructor.
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().
- nextMatchingElementAfter in interface org.apache.xerces.dom.DeepNodeListImpl
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.