Class NodeList
java.lang.Object
de.inetsoftware.jwebassembly.web.JSObject
de.inetsoftware.jwebassembly.web.dom.NodeList
https://developer.mozilla.org/en-US/docs/Web/API/NodeList
- Author:
- Volker Berlin
-
Field Summary
-
Method Summary
-
Method Details
-
length
public int length()The number of items.- Returns:
- the count
-
item
https://developer.mozilla.org/en-US/docs/Web/API/NodeList/item- Parameters:
idx- the index- Returns:
- the item
-