Package | Description |
---|---|
org.dom4j.dom |
An implementation of the dom4j API which also supports the W3C object model.
|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
|
Modifier and Type | Field and Description |
---|---|
private static DOMDocumentFactory |
DOMDocument.DOCUMENT_FACTORY
The
DocumentFactory instance used by default |
Modifier and Type | Field and Description |
---|---|
private static SingletonStrategy<DOMDocumentFactory> |
DOMDocumentFactory.singleton
The Singleton instance
|
Modifier and Type | Field and Description |
---|---|
private DOMDocumentFactory |
DOMSAXContentHandler.documentFactory
The factory used to create new
Document instances |
Constructor and Description |
---|
DOMSAXContentHandler(DOMDocumentFactory documentFactory) |