PropsDOMImplementation extension
Methods
-
createDocument(
String? namespace, String qualifiedName, [DocumentType? doctype]) → XMLDocument -
Available on DOMImplementation, provided by the PropsDOMImplementation extension
-
createDocumentType(
String qualifiedName, String publicId, String systemId) → DocumentType -
Available on DOMImplementation, provided by the PropsDOMImplementation extension
-
createHTMLDocument(
[String? title]) → Document -
Available on DOMImplementation, provided by the PropsDOMImplementation extension
-
hasFeature(
) → bool -
Available on DOMImplementation, provided by the PropsDOMImplementation extension