public interface HTMLFormControlsCollection extends Iterable<cat.inspiracio.html.ListedElement>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
cat.inspiracio.html.ListedElement |
item(int index) |
Object |
namedItem(String name)
legacy caller getter (RadioNodeList or Element)? namedItem(DOMString name); // shadows inherited namedItem()
|
forEach, iterator, spliteratorCopyright © 2017. All rights reserved.