你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
XmlNode interface
表示 XML Node 对象。
属性
attributes | 节点标记上的属性值列表。 |
child |
节点的子节点。 |
ns |
命名空间前缀。 |
tag |
节点标记的名称。 |
value | 节点的值。 |
属性详细信息
attributes
节点标记上的属性值列表。
attributes?: Record<string, string>
属性值
Record<string, string>
childNodes
nsPrefix
命名空间前缀。
nsPrefix?: string
属性值
string
tagName
节点标记的名称。
tagName?: string
属性值
string
value
节点的值。
value?: string
属性值
string