| org.dom4j.io.LDocumentFactory
LDocumentFactory | public class LDocumentFactory extends DocumentFactory (Code) | | |
createAttribute | public Attribute createAttribute(Element owner, QName qname, String value)(Code) | | |
createElement | public Element createElement(QName qname)(Code) | | |
getInstance | public static DocumentFactory getInstance()(Code) | |
Access to the singleton instance of this factory.
the default singleon instance |
|
|