|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.dom.DeepNodeListImpl | +--org.apache.html.dom.NameNodeListImpl
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
DeepNodeListImpl
Fields inherited from class org.apache.xerces.dom.DeepNodeListImpl |
changes, enableNS, nodes, nsName, rootNode, tagName |
Constructor Summary | |
NameNodeListImpl(org.apache.xerces.dom.NodeImpl rootNode,
java.lang.String tagName)
Constructor. |
Method Summary | |
protected org.w3c.dom.Node |
nextMatchingElementAfter(org.w3c.dom.Node current)
Iterative tree-walker. |
Methods inherited from class org.apache.xerces.dom.DeepNodeListImpl |
getLength, item |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.NodeList |
getLength, item |
Constructor Detail |
public NameNodeListImpl(org.apache.xerces.dom.NodeImpl rootNode, java.lang.String tagName)
Method Detail |
protected org.w3c.dom.Node nextMatchingElementAfter(org.w3c.dom.Node current)
nextMatchingElementAfter
in class org.apache.xerces.dom.DeepNodeListImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |