Uses of Class
org.dom4j.dom.DOMDocumentFactory
Packages that use DOMDocumentFactory
Package
Description
An implementation of the dom4j API which also supports the W3C object model.
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
-
Uses of DOMDocumentFactory in org.dom4j.dom
Fields in org.dom4j.dom declared as DOMDocumentFactoryModifier and TypeFieldDescriptionprivate static final DOMDocumentFactory
DOMDocument.DOCUMENT_FACTORY
TheDocumentFactory
instance used by defaultFields in org.dom4j.dom with type parameters of type DOMDocumentFactoryModifier and TypeFieldDescriptionprivate static SingletonStrategy
<DOMDocumentFactory> DOMDocumentFactory.singleton
The Singleton instance -
Uses of DOMDocumentFactory in org.dom4j.io
Fields in org.dom4j.io declared as DOMDocumentFactoryModifier and TypeFieldDescriptionprivate DOMDocumentFactory
DOMSAXContentHandler.documentFactory
The factory used to create newDocument
instancesConstructors in org.dom4j.io with parameters of type DOMDocumentFactory