null
if the parametercontext
was set to null
Creates an XML Document object of the specified type with its document element. @param namespaceURI The namespace URI of the documentelement to create, or null. @param qualifiedName The qualified name of the documentelement to create. @param doctype The type of document to be created or null.
When doctype is not null, its Node.ownerDocument attribute is set to the document being created. @return Document A new Document object. @throws DOMException WRONG_DOCUMENT_ERR: Raised if doctype hasalready been used with a different document. @since WD-DOM-Level-2-19990923
doctype
has already been used with a different document.
@since DOM Level 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|