public class NodeListOf<TNode>
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Number> |
length |
| Modifier | Constructor and Description |
|---|---|
protected |
NodeListOf(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
protected |
NodeListOf(net.java.html.lib.Objs.Constructor<?> c,
Object js,
Type type_TNode) |
| Modifier and Type | Method and Description |
|---|---|
static NodeListOf |
$as(Object obj) |
static NodeListOf |
$as(Object obj,
Type... typeParameters) |
TNode |
$get(double index) |
TNode |
item(double index) |
Number |
length() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Number> length
protected NodeListOf(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static NodeListOf $as(Object obj)
public static NodeListOf $as(Object obj, Type... typeParameters)
public Number length()
public TNode $get(double index)
public TNode item(double index)
Copyright © 2021. All rights reserved.