Since: 8.4

class Implementation (View source)

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

Parameters

string $qualifiedName
string $publicId
string $systemId

Return Value

DocumentType

XMLDocument createDocument(string|null $namespace, string $qualifiedName, DocumentType|null $doctype = null)

No description

Parameters

string|null $namespace
string $qualifiedName
DocumentType|null $doctype

Return Value

XMLDocument

HTMLDocument createHTMLDocument(string|null $title = null)

No description

Parameters

string|null $title

Return Value

HTMLDocument