import <dom.idl;
Definition at line 260 of file dom.idl.
◆ createDocument()
| XMLDocument DOMImplementation::createDocument |
( |
DOMString? |
namespace, |
|
|
[TreatNullAs=EmptyString] DOMString |
qualifiedName, |
|
|
optional DocumentType? |
doctype = null |
|
) |
| |
◆ createDocumentType()
| DocumentType DOMImplementation::createDocumentType |
( |
DOMString |
qualifiedName, |
|
|
DOMString |
publicId, |
|
|
DOMString |
systemId |
|
) |
| |
◆ createHTMLDocument()
| Document DOMImplementation::createHTMLDocument |
( |
optional DOMString |
title | ) |
|
◆ hasFeature()
| boolean DOMImplementation::hasFeature |
( |
| ) |
|
The documentation for this interface was generated from the following file: