GetAttributeNS
Element.GetAttributeNS method
按本地名称和命名空间 URI 获取属性值。
public string GetAttributeNS(string namespaceURI, string localName)
| 参数 | 类型 | 描述 |
|---|---|---|
| namespaceURI | String | 属性的命名空间 URI。 |
| localName | String | 属性的本地名称。 |
返回值
属性的值。
另请参阅
- class Element
- namespace Aspose.Finance.Xbrl.Dom
- assembly Aspose.Finance