On Wed, Jun 8, 2011 at 9:48 AM, Michael Glavassevich <[email protected]> wrote: > No, I'm 99.99% sure this is a threading issue. ParentNode.nodeListItem() is > one of several places you can get a NullPointerException if you don't > synchronize. > > There's really no other way to get an NPE there. The application is merely > passing in an int to the item() method. That either returns a Node or null > if the index isn't valid.
Thanks, Michael for the thoughts. -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
