hasAttribute method

bool hasAttribute(
  1. String qualifiedName
)

The Element.hasAttribute() method returns a Boolean value indicating whether the specified element has the specified attribute or not.

Implementation

external bool hasAttribute(String qualifiedName);