public class NamedNodeMap<T> extends java.lang.Object implements JsIterable<T>, JsArrayLike<T>, JsPropertyMap<T>
Modifier and Type | Field and Description |
---|---|
int |
length |
Constructor and Description |
---|
NamedNodeMap() |
Modifier and Type | Method and Description |
---|---|
Node |
getNamedItem(java.lang.String name) |
Node |
item(int index) |
Node |
removeNamedItem(java.lang.String name) |
Node |
setNamedItem(Node arg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait