DocumentBuilderFactory
class is NOT guaranteed to be thread safe. It is up to the user application to make sure about the use of the DocumentBuilderFactory
from more than one thread. Alternatively the application can have one instance of the DocumentBuilderFactory
per thread. An application can use the same instance of the factory to obtain one or more instances of the DocumentBuilder
provided the instance of the factory isn't being used in more than one thread at a time.
@since JAXP 1.0
@version 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|