MCPcopy Create free account
hub / github.com/MTrop/DoomTools / rel

Method rel

src/main/java/net/mtrop/doom/tools/struct/HTMLWriter.java:423–426  ·  view source on GitHub ↗

Creates a "rel" attribute. @param value the value. @return the new attribute.

(String value)

Source from the content-addressed store, hash-verified

421 * @return the new attribute.
422 */
423 public static Attribute rel(String value)
424 {
425 return attribute("rel", value);
426 }
427
428 /**
429 * Creates a "name" attribute.

Callers 1

cssMethod · 0.95

Calls 1

attributeMethod · 0.95

Tested by

no test coverage detected