hasAttributeNS
See if this element has an attribute with the given name and namespace.
- Documentation
- › API
- › DOM API
- › hasAttributeNS
XopusElement.hasAttributeNS( namespaceURI : String, localName : String) : Boolean
: String, localName : String) : BooleanArguments
- namespaceURI
- String. The namespace of the attribute.
- localName
- String. The local name of the attribute.
Return Value
true if the attribute exists.