public interface HTMLCollection<T extends HTMLElement> extends NodeList, org.w3c.dom.html.HTMLCollection, Iterable<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
T |
item(int index) |
T |
namedItem(String name) |
forEach, iterator, spliteratorint getLength()
getLength in interface org.w3c.dom.html.HTMLCollectiongetLength in interface NodeListT item(int index)
item in interface org.w3c.dom.html.HTMLCollectionitem in interface NodeListT namedItem(String name)
namedItem in interface org.w3c.dom.html.HTMLCollectionCopyright © 2017. All rights reserved.