Implementation
class Implementation (View source)
This class provides a number of methods for performing operations that are independent of any particular instance of the document object model.
This is the modern, spec-compliant equivalent of DOMImplementation.
Methods
createDocumentType(string $qualifiedName, string $publicId, string $systemId)
No description
createDocument(string|null $namespace, string $qualifiedName, DocumentType|null $doctype = null)
No description
createHTMLDocument(string|null $title = null)
No description
Details
DocumentType
createDocumentType(string $qualifiedName, string $publicId, string $systemId)
No description
XMLDocument
createDocument(string|null $namespace, string $qualifiedName, DocumentType|null $doctype = null)
No description
HTMLDocument
createHTMLDocument(string|null $title = null)
No description