Uses of Class
org.dom4j.dom.DOMDocumentFactory
-
Packages that use DOMDocumentFactory 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. -
-
Uses of DOMDocumentFactory in org.dom4j.dom
Fields in org.dom4j.dom declared as DOMDocumentFactory Modifier and Type Field Description private static DOMDocumentFactory
DOMDocument. DOCUMENT_FACTORY
TheDocumentFactory
instance used by defaultFields in org.dom4j.dom with type parameters of type DOMDocumentFactory Modifier and Type Field Description private static SingletonStrategy<DOMDocumentFactory>
DOMDocumentFactory. singleton
The Singleton instance -
Uses of DOMDocumentFactory in org.dom4j.io
Fields in org.dom4j.io declared as DOMDocumentFactory Modifier and Type Field Description private DOMDocumentFactory
DOMSAXContentHandler. documentFactory
The factory used to create newDocument
instancesConstructors in org.dom4j.io with parameters of type DOMDocumentFactory Constructor Description DOMSAXContentHandler(DOMDocumentFactory documentFactory)
-