Creates a "type" attribute. @param value the value. @return the new attribute.
(String value)
| 411 | * @return the new attribute. |
| 412 | */ |
| 413 | public static Attribute type(String value) |
| 414 | { |
| 415 | return attribute("type", value); |
| 416 | } |
| 417 | |
| 418 | /** |
| 419 | * Creates a "rel" attribute. |