@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HTMLCollection")
public class HTMLCollection
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
HTMLCollection() |
| Modifier and Type | Method and Description |
|---|---|
Element |
item(int index)
The HTMLCollection method item() returns the node located at the specified offset into the collection.
|
int |
length() |
Element |
namedItem(java.lang.String name) |
@JsProperty(name="length") public int length()
@Nullable public Element item(int index)
@Nullable public Element namedItem(@Nonnull java.lang.String name)