@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HTMLAllCollection")
public class HTMLAllCollection
extends JsObject
| 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) |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@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)