setAttributeNS
Set the value of the attribute with the given name and namespace.
- Documentation
- › API
- › DOM API
- › setAttributeNS
XopusElement.setAttributeNS( namespaceURI : String, qName : String, value : String)
: String, qName : String, value : String)Arguments
- namespaceURI
- String. The namespaceURI of the attribute.
- qName
- String. The qualified name (including the prefix) of the attribute.
- value
- String. The new value of the attribute.