Prasanna <pra...@gmail.com> wrote on 08/16/2010 03:03:45 AM:

> Hi,
>
> Xerces' DOM is not thread-safe and is not required to be. If you're
> going to be sharing an instance of the DOM across threads you need
> to synchronize your access to it.
>
> See previous threads on this topic in the mailing list archives [1].
>
>
> Thanks for the reply.
>
> I know that DOM access is not thread safe. But i would like to get
> confirmed whether these issues are possible because of concurrent access.

It's possible.

> Some child nodes of an element node are not coming in getChildNodes
> I am getting different child nodes of an element node. These child
> nodes are not in no way related to the given element node.
>
> Thanks
> Prasanna

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrgla...@ca.ibm.com
E-mail: mrgla...@apache.org

Reply via email to