DOMStringList
The DOMStringList interface
models a simple utility class that contains an ordered list of
DOMString objects. Table 19-16 describes the
DOMStringList interface.
Name | Type | Read-only |
Attribute | ||
length | unsigned long | |
Methods | ||
contains | boolean | |
item | DOMString |
NameList
The NameList interface models an ordered collection of names and
corresponding namespace URIs. One use of this interface is in
modeling the linkage between namespace prefixes and namespace
URIs. Table 19-17
describes the NameList
interface.
Name | Type | Read-only |
Attribute | ||
length | unsigned long | |
Methods | ||
contains | boolean | |
containsNS | boolean | |
getName | DOMString | |
getNamespaceURI | DOMString |
DOMImplementationList
The DOMImplementationList
interface models a list of DOMImplementation objects, as shown in
Table 19-18.
Name | Type | Read-only |
Attribute | ||
length | unsigned long | |
Method | ||
item | DOMImplementation |
DOMImplementationSource
The DOMImplementationSource interface, shown
in Table 19-19, allows a DOM client to dynamically select a particular DOM implementation from a list of available implementations based on a requested feature ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access