IDOMDocumentType interface

Provides properties that describe the document type of a document object.

Members

The IDOMDocumentType interface inherits from the IDispatch interface. IDOMDocumentType also has these types of members:

  • Properties

Properties

The IDOMDocumentType interface has these properties.

Property Description

entities

Returns a NULL value.

internalSubset

Returns a NULL value.

name

Gets the name of the root element of a IHTMLDocument5::doctype.

notations

Returns a NULL value.

publicId

Gets the public identifier of a IHTMLDocument5::doctype.

systemId

Gets the system identifier of a IHTMLDocument5::doctype.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch