XmlDocument.CreateAttributeNS Method
| Explanation | Create an Attr node with a namespace URI. Not supported in Mobile, AI | |
| Call format | var attr = xmldoc.CreateAttributeNS( namespaceURI, qualifiedName ) | |
| Return value | XmlAttr object | |
| Arguments | String namespaceURI | Namespace URI of the Attr node to be created |
| String qualifiedName | Attribute name of the Attr node to be created | |
| Exception | DOM-5 | INVALID_CHARACTER_ERR |
| DOM-14 | NAMESPACE_ERR | |
| Example of use | | |
| Related item | XmlAttr class CreateAttribute method | |