myDOMImplementation.createDocument( namespaceURI, qualifiedName, doctype ) in DOM Level 2 Core
(no overview available)
Arguments
| name | type | description |
|---|---|---|
| namespaceURI | String | |
| qualifiedName | String | |
| doctype | DocumentType |
- Return Type
- Document
(no overview available)
| name | type | description |
|---|---|---|
| namespaceURI | String | |
| qualifiedName | String | |
| doctype | DocumentType |