Attr nodes in DOM

Ronald Bourret (rbourret@ito.tu-darmstadt.de)
Thu, 19 Nov 1998 15:47:48 +0100


How do I get all the attributes of an element in DOM?

The third paragraph in the Element interface states that, "...since the
Element interface inherits from Node, the generic Node interface method
getAttributes may be used to retrieve the set of all attributes for an
element." Unfortunately, the description of the Node interface lists no
such method.

Is this what the attributes property of Node is for?

-- Ron Bourret