go
Expand Minimize
0 out of 1 rated this helpful - Rate this topic

createDocumentType method

Creates a document type element.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4Internet Explorer 9

Syntax

var retval = implementation.createDocumentType(bstrQualifiedName, pvarPublicId, pvarSystemId);

Parameters

bstrQualifiedName [in]

Type: BSTR

The name of the document type. When you use XML namespaces, this name can be a qualified name (for example, namespace:localname).

pvarPublicId [in]

Type: Variant

The public identifier of the document type or null.

pvarSystemId [in]

Type: Variant

The system identifier of the document type or null.

Return value

Type: IDOMDocumentType

The resulting document type object.

Standards information

See also

implementation
Reference
createDocument
createHTMLDocument

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.