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

Method id

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

Creates an id attribute. @param value the attribute value. @return the new attribute.

(String value)

Source from the content-addressed store, hash-verified

358 * @return the new attribute.
359 */
360 public static Attribute id(String value)
361 {
362 return attribute("id", value);
363 }
364
365 /**
366 * Creates a "class" attribute with a single class.

Callers 4

callMethod · 0.95
startTableOfContentsMethod · 0.95
startSectionMethod · 0.95
startFunctionMethod · 0.95

Calls 1

attributeMethod · 0.95

Tested by

no test coverage detected