DOMImplementation
An object providing methods which are not dependent on any particular document. Such an object is returned by the Document.implementation property.
Functions
Link copied to clipboard
fun createDocument(namespace: String?, qualifiedName: String?, doctype: DocumentType? = definedExternally): XMLDocument
Link copied to clipboard
Link copied to clipboard