Re: BUG: MessageElement should implement NodeList

2004-10-29 Thread Eduardo Issao Ito
Well, you are rigth it implements NodeList, I've missed it... But still a bug. The workaround is to use getElementsByTagNameNS()... --- Dan Ciarniello <[EMAIL PROTECTED]> escreveu: > Eduardo Issao Ito wrote: > > >It seems I found a bug in Axis-1_2RC1: > > > >The class org.apache.axis.message.

Re: BUG: MessageElement should implement NodeList

2004-10-29 Thread Dan Ciarniello
Eduardo Issao Ito wrote: It seems I found a bug in Axis-1_2RC1: The class org.apache.axis.message.MessageElement does not implement the interface org.w3c.dom.NodeList. So, the method getElementsByTagName gives a ClassCastException: public NodeList getElementsByTagName(String tagName) { //

BUG: MessageElement should implement NodeList

2004-10-29 Thread Eduardo Issao Ito
It seems I found a bug in Axis-1_2RC1: The class org.apache.axis.message.MessageElement does not implement the interface org.w3c.dom.NodeList. So, the method getElementsByTagName gives a ClassCastException: public NodeList getElementsByTagName(String tagName) { //use this MessageEle