Package | Description |
---|---|
elemental.dom | |
elemental.js.dom |
Modifier and Type | Method and Description |
---|---|
DocumentType |
DOMImplementation.createDocumentType(String qualifiedName,
String publicId,
String systemId) |
DocumentType |
Document.getDoctype()
Returns the Document Type Definition (DTD) of the current document.
|
Modifier and Type | Method and Description |
---|---|
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
Modifier and Type | Class and Description |
---|---|
class |
JsDocumentType |
Modifier and Type | Method and Description |
---|---|
JsDocument |
JsDOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
Copyright © 2018. All rights reserved.