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 DOMDocumentFactoryDOMDocument.DOCUMENT_FACTORYTheDocumentFactoryinstance used by defaultFields in org.dom4j.dom with type parameters of type DOMDocumentFactoryModifier and TypeFieldDescriptionprivate static SingletonStrategy<DOMDocumentFactory> DOMDocumentFactory.singletonThe Singleton instance -
Uses of DOMDocumentFactory in org.dom4j.io
Fields in org.dom4j.io declared as DOMDocumentFactoryModifier and TypeFieldDescriptionprivate DOMDocumentFactoryDOMSAXContentHandler.documentFactoryThe factory used to create newDocumentinstancesConstructors in org.dom4j.io with parameters of type DOMDocumentFactory