September 2004
Intermediate to advanced
712 pages
24h 45m
English
The NamedNodeMap
interface is used for unordered collections whose contents are
identified by name. In practice, this interface is used to access
attributes of elements. See Table 19-5 for a summary of
the NamedNodeMap
interface.
Name | Type | Read-only | 2.0 | 3.0 |
Attribute | ||||
length | Long | |||
Methods | ||||
getNamedItem | Node | |||
getNamedItemNS | Node | |||
removeNamedItem | Node | |||
removeNamedItemNS | Node | |||
setNamedItem | Node | |||
setNamedItemNS | Node |