Xml.xmldom.IDOMDocument.doctype

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property doctype: IDOMDocumentType read get_doctype;

C++

__property _di_IDOMDocumentType doctype = {read=_scw_get_doctype};

プロパティ

種類 可視性 ソース ユニット
property public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMDocument


説明

doctype は、現在のドキュメントに関連付けられている DTD(Document Type Declaration)を取得します。

doctype プロパティは、ドキュメントに関連付けられている DTD(Document Type Declaration)を返します。XML ドキュメントが DTD を持たない場合、doctype は null を返します。

関連項目