setAttribute abstract method

void setAttribute(
  1. String name,
  2. String value
)

Sets the value of the attribute of name.

Implementation

void setAttribute(String name, String value);