menu
Dart
dart:html
DomImplementation
createDocumentType method
createDocumentType
brightness_4
brightness_5
description
createDocumentType
method
_DocumentType
createDocumentType
(
String
qualifiedName
,
String
publicId
,
String
systemId
)
Implementation
_DocumentType createDocumentType( String qualifiedName, String publicId, String systemId) native;
Dart
dart:html
DomImplementation
createDocumentType method
DomImplementation class
Properties
hashCode
runtimeType
Methods
createDocument
createDocumentType
createHtmlDocument
hasFeature
noSuchMethod
toString
Operators
operator ==