XML DOM renameNode() 方法
❮ 文档对象
定义和用法
renameNode() 方法重命名现有的元素或属性节点。
如果可能,此方法会更改给定节点的名称,否则,此方法会创建一个具有指定名称的新节点,并用新节点替换现有节点。
此方法返回重命名的节点。
语法
renameNode(node,uri,name)
参数 | 描述 |
---|---|
node | 要重命名的元素或属性节点 |
uri | 指定新命名空间名称的字符串 |
name | 指定新名称的字符串 |
❮ 文档对象
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]