hasAttributes method

bool hasAttributes()

The hasAttributes() method of the Element interface returns a boolean value indicating whether the current element has any attributes or not.

Implementation

external bool hasAttributes();