RemoveAttributeNS
Element.RemoveAttributeNS method
Removes an attribute by local name and namespace URI.
public bool RemoveAttributeNS(string namespaceURI, string localName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The attribute namespace URI. |
localName | String | The attribute local name. |
Return Value
True if find and remove the attribute, otherwise false.
See Also
- class Element
- namespace Aspose.Finance.Xbrl.Dom
- assembly Aspose.Finance