Class NamedNodeMap<T>
java.lang.Object
elemental2.dom.NamedNodeMap<T>
- All Implemented Interfaces:
elemental2.core.JsIterable<T>
,jsinterop.base.JsArrayLike<T>
,jsinterop.base.JsPropertyMap<T>
@JsType(isNative=true,
namespace="<global>")
public class NamedNodeMap<T>
extends Object
implements elemental2.core.JsIterable<T>, jsinterop.base.JsArrayLike<T>, jsinterop.base.JsPropertyMap<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNamedItem
(String name) item
(int index) removeNamedItem
(String name) setNamedItem
(Node arg) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jsinterop.base.JsArrayLike
asList, delete, getAt, getAtAsAny, getLength, setAt, setLength
Methods inherited from interface jsinterop.base.JsPropertyMap
delete, forEach, get, getAsAny, has, nestedGet, nestedGetAsAny, set
-
Field Details
-
length
public int length
-
-
Constructor Details
-
NamedNodeMap
public NamedNodeMap()
-
-
Method Details
-
getNamedItem
-
item
-
removeNamedItem
-
setNamedItem
-