Contains information associated with the document type declaration.
This interface inherits from IXMLDOMNode.
entities | Contains a list of the entities declared in the document type declaration. |
name | Contains the name of the document type. |
notations | Contains a list of the notations present in the document type declaration. |
Each DOMDocument object includes a doctype property that identifies the document's XMLDOMDocumentType object. The XMLDOMDocumentType object provides access to the list of entities and notations defined for the document.
Implementation: Msxml.dll
Header and IDL files: Msxml.h, Xmldom.idl