Creates a "name" attribute. @param value the value. @return the new attribute.
(String value)
| 431 | * @return the new attribute. |
| 432 | */ |
| 433 | public static Attribute name(String value) |
| 434 | { |
| 435 | return attribute("name", value); |
| 436 | } |
| 437 | |
| 438 | /** |
| 439 | * Creates an HTMLWriter that just writes to a new String. |