hasAttribute
Description
See if this element has an attribute with the given name.
Syntax
xopuselement.hasAttribute (name : String) : Boolean
Arguments
- name
String. The name of the attribute.
Return Value
Boolean. true if the attribute exists.