|
|||||||||
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()
The number of nodes in the list. |
Node |
item(int index)
Returns the index th item in the collection. |
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 Node item(int index)
NodeList
index
th item in the collection. If
index
is greater than or equal to the number of nodes in
the list, this returns null
.item
in interface NodeList
NodeList.item(int)
public int getLength()
NodeList
length-1
inclusive.getLength
in interface NodeList
NodeList.getLength()
protected void preTraverse(Node node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |