public class NamedNodeMap<T>
extends java.lang.Object
| 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) |