org.enhydra.apache.html.dom
Class NameNodeListImpl
java.lang.Object
|
+--org.enhydra.apache.xerces.dom.DeepNodeListImpl
|
+--org.enhydra.apache.html.dom.NameNodeListImpl
- All Implemented Interfaces:
- NodeList
- 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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameNodeListImpl
public NameNodeListImpl(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().
- Overrides:
nextMatchingElementAfter
in class DeepNodeListImpl
Copyright © 1999 The Apache Software Foundation. All Rights reserved.