removeAttributeNS
Remove the attribute with the given name and namespace from this element.
- Documentation
- › API
- › DOM API
- › removeAttributeNS
XopusElement.removeAttributeNS( namespaceURI : String, localName : String)
: String, localName : String)Arguments
- namespaceURI
- String. The namespaceURI of the attribute.
- localName
- String. The name of the attribute.