XmlElement.SetAttributeNS Method
| Explanation | Set the value of the Attr node by specifying the namespace URI and attribute name. Not supported in Mobile, AI | |
| Call format | elm.SetAttributeNS( namespaceURI, name, value ) | |
| Return value | ||
| Arguments | String namespaceURI | Namespace URI of the Attr node for which value you want to set |
| String name | Attribute name of the Attr node for which value you want to set | |
| String value | Value to set | |
| Exception | DOM-5 | INVALID_CHARACTER_ERR |
| DOM-7 | NO_MODIFICATION_ALLOWED_ERR | |
| DOM-14 | NAMESPACE_ERR | |
| Example of use | | |
| Related item | XmlAttr class GetAttributeNS, RemoveAttributeNS, HasAttributeNS, SetAttribute, SetAttributeNode, SetAttributeNodeNS method | |