DOM 文檔類型
XML DOM - DocumentType 物件
#DocumentType 物件
每個文件都包含一個DOCTYPE 屬性,該屬性值可以是一個空值或是DocumentType 物件。
DocumentType 物件提供了一個接口,用於定義 XML 文件的實體。
DocumentType 物件屬性
屬性 | #說明 |
---|---|
entities | 傳回包含有在DTD 中所宣告的實體的NamedNodeMap。 |
internalSubset | 以字串形式傳回內部 DTD。 |
name | 傳回 DTD 的名稱。 |
notations | 傳回包含 DTD 宣告的符號的 NamedNodeMap。 |
systemId | 傳回外部 DTD 的系統識別碼。 |