Xml.xmldom.IDOMDocument.doctype

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

property doctype: IDOMDocumentType read get_doctype;

C++

__property _di_IDOMDocumentType doctype = {read=_scw_get_doctype};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMDocument

Beschreibung

doctype ermittelt die dem aktuellen Dokument zugeordnete Dokumenttypdeklaration (DTD).

Die Eigenschaft doctype gibt die dem aktuellen Dokument zugeordnete Dokumenttypdeklaration (DTD) zurück. Bei XML-Dokumenten ohne eine DTD gibt doctype Null zurück.

Siehe auch