hasAttributeNS

See if this element has an attribute with the given name and namespace.


XopusElement.hasAttributeNS( namespaceURI : String,  localName : String) : Boolean

Arguments

namespaceURI
String. The namespace of the attribute.
localName
String. The local name of the attribute.

Return Value

Boolean
true if the attribute exists.