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

Method type

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

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

(String value)

Source from the content-addressed store, hash-verified

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.

Callers 8

scriptMethod · 0.95
usageMethod · 0.80
usageMethod · 0.80
usageMethod · 0.80
usageMethod · 0.80
usageMethod · 0.80
usageMethod · 0.80
usageMethod · 0.80

Calls 1

attributeMethod · 0.95

Tested by

no test coverage detected