Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together with some helper classes.
|
org.dom4j.dom |
An implementation of the dom4j API which also supports the W3C object model.
|
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
Modifier and Type | Field and Description |
---|---|
private static SingletonStrategy<QNameCache> |
QName.singleton
The Singleton instance
|
private static SingletonStrategy<DocumentFactory> |
DocumentFactory.singleton |
Modifier and Type | Method and Description |
---|---|
private static SingletonStrategy<DocumentFactory> |
DocumentFactory.createSingleton() |
Modifier and Type | Field and Description |
---|---|
private static SingletonStrategy<DOMDocumentFactory> |
DOMDocumentFactory.singleton
The Singleton instance
|
Modifier and Type | Class and Description |
---|---|
class |
PerThreadSingleton<T>
PerThreadSingleton is an implementation of the
SingletonStrategy used to provide common factory access to a single object
instance based on an implementation strategy for one object instance per
thread. |
class |
SimpleSingleton<T>
SimpleSingleton is an implementation of the SingletonStrategy
interface used to provide common factory access for the same object instance. |