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