XML DOM doctype ÊôÐÔ

Document ¶ÔÏó²Î¿¼ÊÖ²á

¶¨ÒåºÍÓ÷¨

doctype ÊôÐÔ¿É·µ»ØÓëÎĵµÏà¹ØµÄÎĵµÀàÐÍÉùÃ÷£¨Document Type Declaration£©¡£

¶ÔÓÚûÓÐ DTD µÄ XML Îĵµ£¬Ôò·µ»Ø null¡£

´ËÊôÐÔ¿ÉÌṩ¶Ô DocumentType ¶ÔÏó£¨Document µÄÒ»¸ö×ӽڵ㣩µÄÖ±½Ó·ÃÎÊ¡£

Óï·¨£º

documentObject.doctype

ʵÀý

ÔÚËùÓеÄÀý×ÓÖУ¬ÎÒÃǽ«Ê¹Óà XML Îļþ note_internal_dtd.xml£¬ÒÔ¼° JavaScript º¯Êý loadXMLDoc()¡£

ÏÂÃæµÄ´úÂëÆ¬¶Î¿É·µ»ØÒ»¸ö DocumentType ¶ÔÏó£º

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

Êä³ö£º

[object DocumentType]

Document ¶ÔÏó²Î¿¼ÊÖ²á

VUE