- From: Mike Champion <mcc@arbortext.com>
- Date: Fri, 17 Apr 1998 16:11:35 -0400
- To: www-dom@w3.org
At 06:24 PM 4/17/98 -0400, Jeremy Richman wrote: >Shouldn't the getAttributes() method on Element return >an AttributesList? AttributeList (and NodeList, and NamedNodeList, etc.) is obsolete. We (after much discussion) decided to add methods to the NodeIterator object to make it usable as both a "Collection" such as AttributeList was an an iterator/enumeration object. Take a closer look at NodeIterator in this context, and let us know if you still think this is a mistake! Thanks, Mike Champion
Received on Friday, 17 April 1998 16:12:20 UTC