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

Method href

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

Creates an "href" attribute. @param value the value. @return the new attribute.

(String value)

Source from the content-addressed store, hash-verified

391 * @return the new attribute.
392 */
393 public static Attribute href(String value)
394 {
395 return attribute("href", value);
396 }
397
398 /**
399 * Creates a "src" attribute.

Callers 4

startTableOfContentsMethod · 0.95
startSectionMethod · 0.95
startFunctionMethod · 0.95
cssMethod · 0.95

Calls 1

attributeMethod · 0.95

Tested by

no test coverage detected