Package org.apache.html.dom
Class NameNodeListImpl
java.lang.Object
org.apache.xerces.dom.DeepNodeListImpl
org.apache.html.dom.NameNodeListImpl
- All Implemented Interfaces:
NodeList
This class implements the DOM's NodeList behavior for
HTMLDocuemnt.getElementsByName().
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Since:
- PR-DOM-Level-1-19980818.
- Version:
- $Id: NameNodeListImpl.java 447255 2006-09-18 05:36:42Z mrglavas $
- See Also:
-
Field Summary
Fields inherited from class org.apache.xerces.dom.DeepNodeListImpl
changes, enableNS, nodes, nsName, rootNode, tagName
-
Constructor Summary
ConstructorsConstructorDescriptionNameNodeListImpl
(org.apache.xerces.dom.NodeImpl rootNode, String tagName) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected Node
nextMatchingElementAfter
(Node current) Iterative tree-walker.Methods inherited from class org.apache.xerces.dom.DeepNodeListImpl
getLength, item
-
Constructor Details
-
NameNodeListImpl
Constructor.
-
-
Method Details
-
nextMatchingElementAfter
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 classorg.apache.xerces.dom.DeepNodeListImpl
-