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;

Parameters

qualifiedName
Reserved. Must be null.
publicId
The public identifier of the document type or null.
systemId
The system identifier of the document type or null.

Return Value

The new DocumentType object.

See Also

Implementation Object | Implementation Members | DOM Namespace