Implementation.CreateDocumentType Method |
Creates a new DocumentType.
[VBScript] Public Function CreateDocumentType( _ ByVal qualifiedName As String, _ ByVal publicId As String, _ ByVal systemId As String _ ) As DocumentType
[JScript] public function CreateDocumentType( qualifiedName : String, publicId : String, systemId : String, ) : DocumentType;
The new DocumentType object.
Implementation Object | Implementation Members | DOM Namespace