Syntax
DOMImplementation.createDocument(namespaceURI, qualified_name, doc_type)
Arguments |
Description |
namespaceURI |
A string specifying the namespace URI of the document to be created. |
qualified_name |
The qualified name of the document to be created. |
doc_type |
A DOMDocumentType object instance specifying the type of document to be created. |
|
Returns
A DOMDocument object instance.
Description
The createDocument() method creates and returns a new DOMDocument object instance, based on the specified namespace URI, qualified name, and document type.