public class NamedNodeMap extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
length |
Modifier | Constructor and Description |
---|---|
protected |
NamedNodeMap(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static NamedNodeMap |
$as(Object obj) |
Attr |
$get(double index) |
Attr |
getNamedItem(String name) |
Attr |
getNamedItemNS(String namespaceURI,
String localName) |
Attr |
item(double index) |
Number |
length() |
Attr |
removeNamedItem(String name) |
Attr |
removeNamedItemNS(String namespaceURI,
String localName) |
Attr |
setNamedItem(Attr arg) |
Attr |
setNamedItemNS(Attr arg) |
$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, valueOf
public Objs.Property<Number> length
protected NamedNodeMap(Objs.Constructor<?> c, Object js)
public static NamedNodeMap $as(Object obj)
public Number length()
public Attr $get(double index)
public Attr item(double index)
Copyright © 2018. All rights reserved.