nope. see http://xml.apache.org/xerces2-j/faq-dom.html#faq-1
> -----Original Message----- > From: Campana Jr., Salvatore J [mailto:[EMAIL PROTECTED] > Sent: 10 February 2004 15:12 > To: [EMAIL PROTECTED] > Subject: RE: Threading issues Xerces 2.3? > > > Has it been fixed in later releases? > > -----Original Message----- > From: Smith, Peter (ELSLON) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 10, 2004 9:57 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Threading issues Xerces 2.3? > > yes, it is not thread-safe. > > > -----Original Message----- > > From: Campana Jr., Salvatore J [mailto:[EMAIL PROTECTED] > > Sent: 10 February 2004 14:52 > > To: Campana Jr., Salvatore J; [EMAIL PROTECTED] > > Subject: Threading issues Xerces 2.3? > > > > > > Has anyone had threading issues with Xerces 2.3? > > > > -----Original Message----- > > From: Campana Jr., Salvatore J > > Sent: Friday, February 06, 2004 3:15 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: Help: Xerces 2.3 > DeferredElementNSImpl.synchronizeData() > > throws NullPointer > > > > Yes, I understand that and I check for a null return. > > > > The problem is that DeferredElementNSImpl.synchronizeData() > throws a > > NullPointer because it does not check for null.... > > > > So either there is a bug which has existed for sometime, and still > > exists...or there is some other reason why this occurs.... > > > > Is there even a way to determine if a Node is a Level 1 DOM node at > > runtime? > > > > Thx! > > > > -----Original Message----- > > From: Joseph Kesselman [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 06, 2004 3:10 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Help: Xerces 2.3 > DeferredElementNSImpl.synchronizeData() > > throws NullPointer > > > > > > > > > > > > localName will be null if the node is a Level 1 DOM node -- ie, was > > produced by a non-namespace-aware DOM builder, or by calling the > > semi-deprecated createElement/createAttribute/setAttribute methods > > rather than the new ...NS versions of those methods. > > > > ______________________________________ > > Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and > > more. > > "The world changed profoundly and unpredictably the day Tim Berners > > Lee got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
