Xml.xmldom.IDOMDocument.doctype

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property doctype: IDOMDocumentType read get_doctype;

C++

__property _di_IDOMDocumentType doctype = {read=_scw_get_doctype};

Properties

Type Visibility Source Unit Parent
property public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMDocument

Description

doctype gets the Document Type Declaration associated with the current document.

The doctype property returns the Document Type Declaration (DTD) associated with the document. For XML documents without a DTD, doctype returns null.

See Also