Re: ClassCastException

2002-06-25 Thread Bryan Mulvihill
Node type or use the methods that return NodeList- see api doc. Just a guess, I don't work with DOM.   HTH, -Will -Original Message-From: Bryan Mulvihill [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 25, 2002 10:40 AMTo: [EMAIL PROTECTED]Su

ClassCastException

2002-06-25 Thread Bryan Mulvihill
I get the following exception when trying to iterate over a documents child elements.  It only happens the first time, but I have moved the calling code so it only happens once and messes up the initialization of my program.  Here is the offending code                       ...