createDocumentType method
Creates a document type element.
Syntax
IDOMDocumentType retVal = object.createDocumentType(bstrQualifiedName, pvarPublicId, pvarSystemId);
Parameters
bstrQualifiedName [in]
Type: BSTRThe name of the document type. When you use XML namespaces, this name can be a qualified name (for example,
namespace:localname
).pvarPublicId [in]
Type: VARIANTThe public identifier of the document type or NULL.
pvarSystemId [in]
Type: VARIANTThe system identifier of the document type or NULL.
Standards information
See also
Reference