|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeList
This interface represents an immutable ordered collection of nodes.
Method Summary | |
---|---|
int |
getLength()
This method retrieves the number of items in this NodeList
object. |
Node |
item(int index)
This method gets the item in the position denoted by index . |
Method Detail |
---|
int getLength()
NodeList
object.
NodeList
object.Node item(int index)
index
.
index
- - the index to be retrieved
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |