Re: WD-DOM-19980416

public interface Element extends Node {
        public String            getTagName();
        public NodeIterator      getAttributes();
        .
        .
        .
     }

Shouldn't the getAttributes() method on Element return
an AttributesList?

Jeremy Richman
Principal Software Engineer
Inso Corporation
email: JRichman@eps.inso.com


At 08:46 PM 4/17/98 +0200, Arnaud Le Hors wrote:
>Hi all,
>a new draft of the DOM specification is available at
>http://www.w3.org/TR/1998/WD-DOM-19980416
>-- 
>Arnaud Le Hors - W3C, User Interface Domain - www.w3.org/People/Arnaud

Received on Friday, 17 April 1998 15:24:18 UTC