XmlElement.HasAttributeNS Method
| Explanation | Checks for the existence of an Attr node with the specified namespace URI and attribute name . Not supported in Mobile, AI | |
| Call format | var ret = elm.HasAttributeNS( namespaceURI, name ) | |
| Return value | $TRUE if the Attr node exists , $FALSE if it does not | |
| Arguments | String namespaceURI | Namespace URI |
| String name | Attribute name | |
| Exception | None | |
| Example of use | | |
| Related item | HasAttribute, GetAttributeNS, SetAttributeNS, RemoveAttributeNS, GetAttributeNodeNS method | |