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 DOMDocumentFactoryDOMDocument. DOCUMENT_FACTORYTheDocumentFactoryinstance used by defaultFields in org.dom4j.dom with type parameters of type DOMDocumentFactory Modifier and Type Field Description private static SingletonStrategy<DOMDocumentFactory>DOMDocumentFactory. singletonThe Singleton instance -
Uses of DOMDocumentFactory in org.dom4j.io
Fields in org.dom4j.io declared as DOMDocumentFactory Modifier and Type Field Description private DOMDocumentFactoryDOMSAXContentHandler. documentFactoryThe factory used to create newDocumentinstancesConstructors in org.dom4j.io with parameters of type DOMDocumentFactory Constructor Description DOMSAXContentHandler(DOMDocumentFactory documentFactory)
-