@SyntacticIterable public class NamedNodeMap extends Iterable<Attr>
Modifier and Type | Field and Description |
---|---|
double |
length |
static NamedNodeMap |
prototype |
constructor
Constructor and Description |
---|
NamedNodeMap() |
Modifier and Type | Method and Description |
---|---|
Attr |
$get(double index) |
Attr |
getNamedItem(String name) |
Attr |
getNamedItemNS(String namespaceURI,
String localName) |
Attr |
item(double index) |
Iterator<Attr> |
iterator()
From Iterable, to allow foreach loop (do not use directly).
|
Attr |
removeNamedItem(String name) |
Attr |
removeNamedItemNS(String namespaceURI,
String localName) |
Attr |
setNamedItem(Attr arg) |
Attr |
setNamedItemNS(Attr arg) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public double length
public static NamedNodeMap prototype