createDocumentType method
Implementation
DocumentType createDocumentType(
String qualifiedName, String publicId, String systemId) =>
js_util.callMethod(
this, 'createDocumentType', [qualifiedName, publicId, systemId]);
DocumentType createDocumentType(
String qualifiedName, String publicId, String systemId) =>
js_util.callMethod(
this, 'createDocumentType', [qualifiedName, publicId, systemId]);