| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<DocumentType> |
Document.doctype
Gets an object representing the document type declaration associated with the current document.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentType |
DocumentType.$as(Object obj) |
DocumentType |
DOMImplementation.createDocumentType(String qualifiedName,
String publicId,
String systemId) |
DocumentType |
Document.doctype() |
| Modifier and Type | Method and Description |
|---|---|
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
Copyright © 2021. All rights reserved.