public interface DocumentTypeFactory
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.DocumentType |
createDocumentType(org.w3c.dom.Document document)
Factory method to create a document type for the given document.
|
org.w3c.dom.DocumentType createDocumentType(org.w3c.dom.Document document)
It is guaranteed that there is no document type in the given document if this method is called.
document - the document.