This interface contains information associated with the document type declaration.
IXMLDOMDocumentType Methods
| 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. |
Remarks
Each IXMLDOMDocument object includes a doctype property that identifies the document's IXMLDOMDocumentType object. The IXMLDOMDocumentType object provides access to the list of entities and notations defined for the document.
Interface Information
| Implementation | Msxml.dll |
| Inherits from | IXMLDOMNode |
| Header and IDL files | Msxml.h, Xmldom.idl |
| Minimum availability | Internet Explorer 5 |
| Minimum operating systems | Windows 95, Windows NT 4.0 |