中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

XML DOM internalSubset 屬性


DocumentType 對象參考手冊 DocumentType 對象

定義和用法

internalSubset 屬性以字符串形式返回內(nèi)部 DTD(無定界方括號),如果沒有則返回 null。

語法

documentObject.doctype.internalSubset

實(shí)例

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

輸出:

<!ELEMENT note (to,from,heading,body)>
<!ELEMENT to (#PCDATA)>
<!ELEMENT from (#PCDATA)>
<!ELEMENT heading (#PCDATA)>
<!ELEMENT body (#PCDATA)>
<!ENTITY writer "Donald Duck.">
<!ENTITY copyright "Copyright W3Schools">

DocumentType 對象參考手冊 DocumentType 對象其他擴(kuò)展