Uses of Class
org.dom4j.dom.DOMDocumentType
-
Packages that use DOMDocumentType Package Description org.dom4j.dom An implementation of the dom4j API which also supports the W3C object model. -
-
Uses of DOMDocumentType in org.dom4j.dom
Methods in org.dom4j.dom that return DOMDocumentType Modifier and Type Method Description protected DOMDocumentType
DOMDocumentFactory. asDocumentType(org.w3c.dom.DocumentType docType)
Constructors in org.dom4j.dom with parameters of type DOMDocumentType Constructor Description DOMDocument(java.lang.String name, DOMElement rootElement, DOMDocumentType docType)
DOMDocument(DOMDocumentType docType)
DOMDocument(DOMElement rootElement, DOMDocumentType docType)
-