|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tidy.DOMNodeListByTagNameImpl
public class DOMNodeListByTagNameImpl
DOMNodeListByTagNameImpl. The items in the NodeList
are accessible via an integral index, starting
from 0.
Constructor Summary | |
---|---|
protected |
DOMNodeListByTagNameImpl(Node first,
java.lang.String tagName)
Instantiates a new DOMNodeListByTagName. |
Method Summary | |
---|---|
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
protected void |
preTraverse(Node node)
Traverse the node list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DOMNodeListByTagNameImpl(Node first, java.lang.String tagName)
first
- first node.tagName
- tag nameMethod Detail |
---|
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
NodeList.item(int)
public int getLength()
getLength
in interface org.w3c.dom.NodeList
NodeList.getLength()
protected void preTraverse(Node node)
node
- Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |