@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HTMLAllCollection")
public class HTMLAllCollection
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
HTMLAllCollection() |
| Modifier and Type | Method and Description |
|---|---|
Element |
getAt(int index) |
HTMLCollectionOrElementUnion |
item() |
HTMLCollectionOrElementUnion |
item(java.lang.String nameOrIndex) |
int |
length() |
HTMLCollectionOrElementUnion |
namedItem(java.lang.String name) |
@JsProperty(name="length") public int length()
@Nullable public HTMLCollectionOrElementUnion item(@Nonnull java.lang.String nameOrIndex)
@Nullable public HTMLCollectionOrElementUnion item()
@Nullable public HTMLCollectionOrElementUnion namedItem(@Nonnull java.lang.String name)
@JsOverlay @Nonnull public final Element getAt(int index)