|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.tidy.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)
|
Method Summary | |
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
protected void |
preTraverse(Node node)
|
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)
Method 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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |