XML DOM doctype 屬性

2018-08-05 18:21 更新

XML DOM doctype 屬性


Document 對(duì)象參考手冊(cè) Document 對(duì)象

定義和用法

doctype 屬性返回與文檔相關(guān)的文檔類型聲明(DTD,全稱 Document Type Declaration)。

對(duì)于沒有 DTD 的 XML 文檔,則返回 null。

該屬性提供對(duì) DocumentType 對(duì)象(Document 的一個(gè)子節(jié)點(diǎn))的直接訪問。

語(yǔ)法

documentObject.doctype


實(shí)例

下面的代碼片段使用 loadXMLDoc() 把 "note_internal_dtd.xml" 載入 xmlDoc 中,并返回 DocumentType 對(duì)象:

實(shí)例

xmlDoc=loadXMLDoc("note_internal_dtd.xml");
document.write(xmlDoc.doctype);

輸出:

[object DocumentType]

嘗試一下 ?

Document 對(duì)象參考手冊(cè) Document 對(duì)象
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)