你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

XmlDocument interface

表示 XML 文档对象。

属性

namespaces

文档中命名空间的列表。 密钥是命名空间前缀,值为命名空间 URL。

root

XMl 文档的根节点。

属性详细信息

namespaces

文档中命名空间的列表。 密钥是命名空间前缀,值为命名空间 URL。

namespaces?: Record<string, string>

属性值

Record<string, string>

root

XMl 文档的根节点。

root?: XmlNode

属性值