public class HTMLFormControlsCollection<T> extends HTMLCollection<T>
length
Constructor and Description |
---|
HTMLFormControlsCollection() |
Modifier and Type | Method and Description |
---|---|
T |
namedItem(java.lang.String name) |
item
public T namedItem(java.lang.String name)
namedItem
in class HTMLCollection<T>