getAttribute abstract method

String? getAttribute(
  1. String name
)

Returns the value of the attribute of name.

Implementation

String? getAttribute(String name);