NodeList in HTML DOM

Hi all,

I hope this hasn't been hashed over already, but
can someone tell me if NodeList, NamedNodeList,
and EditableNodeList are deprecated or not?

If not, I'm assuming that NodeList.getEnumerator() is
a typo and should be NodeList.getNodeIterator().

Perhaps NamedNodeList should really be a NodeMap
and the user would use a NodeIterator to sequentially
access items. A NodeList as it stands is not very useful
and could probably be deprecated, since a combination
of a NodeMap object and NodeIterators could replace both
NodeList and EditableNodeList interfaces (IMHO).

Unless, of course, I'm completeley missing something.

Thanks and best regards,
Claude Zervas
UTL Co.

Received on Friday, 22 May 1998 18:13:05 UTC