The XMLDOMDocumentType object contains information associated with the document type declaration.
Remarks
Each XMLDOMDocument 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.
See Also