RemoveAttributeNS
Element.RemoveAttributeNS method
按本地名称和命名空间 URI 删除属性。
public bool RemoveAttributeNS(string namespaceURI, string localName)
范围 | 类型 | 描述 |
---|---|---|
namespaceURI | String | 属性命名空间 URI。 |
localName | String | 属性本地名称。 |
返回值
如果找到并删除属性,则为真,否则为假。
也可以看看
- class Element
- 命名空间 Aspose.Finance.Xbrl.Dom
- 部件 Aspose.Finance