Attributepublic interface Attribute implements TextA single attribute of an HTML tag. Attributes have a name and,
optionally, a value. |
Methods Summary |
---|
public java.lang.String | getName()Get the name of this attribute.
| public void | setName(java.lang.String name)Set the name of this attribute. The previous name is discarded.
|
|