canRemoveAttributeNS method
Verifies if an attribute by the given local name and namespace can be removed.
canRemoveAttributeNS(namespaceURI, localName )
Parameters
String namespaceURI
The namespace URI of the attribute to remove.
String localName
Local name of the attribute to be removed.
Returns
unsigned short. A validation state constant.
这对您有帮助吗?