myDOMImplementation.createDocumentType( qualifiedName, publicId, systemId ) in DOM Level 2 Core
(no overview available)
Arguments
| name | type | description |
|---|---|---|
| qualifiedName | String | |
| publicId | String | |
| systemId | String |
- Return Type
- DocumentType
(no overview available)
| name | type | description |
|---|---|---|
| qualifiedName | String | |
| publicId | String | |
| systemId | String |