Package elemental2.dom
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 java.lang.Object implements elemental2.core.JsIterable<T>, jsinterop.base.JsArrayLike<T>, jsinterop.base.JsPropertyMap<T>
-
-
Field Summary
Fields Modifier and Type Field Description int
length
-
Constructor Summary
Constructors Constructor Description NamedNodeMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getNamedItem(java.lang.String name)
Node
item(int index)
Node
removeNamedItem(java.lang.String name)
Node
setNamedItem(Node arg)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-