hasAttribute
See if this element has an attribute with the given name.
- Documentation
- › API
- › DOM API
- › hasAttribute
XopusElement.hasAttribute( name : String) : Boolean
: String) : BooleanArguments
- name
- String. The name of the attribute.
Return Value
true if the attribute exists.