XmlDocument interface
代表 XML Document 物件。
屬性
namespaces | 檔中的命名空間清單。 索引鍵是命名空間前置詞,而值為命名空間 URL。 |
root | XMl 檔的根節點。 |
屬性詳細資料
namespaces
檔中的命名空間清單。 索引鍵是命名空間前置詞,而值為命名空間 URL。
namespaces?: Record<string, string>
屬性值
Record<string, string>