Microsoft XML SDK 2.6 - XML Reference

IXMLDOMDocumentType Interface

Contains information associated with the document type declaration.

This interface inherits from IXMLDOMNode.

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 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.

Requirements

Implementation: Msxml.dll

Header and IDL files: Msxml.h, Xmldom.idl

See Also

IXMLDOMNode Interface