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

Method tag

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

Writes a single, auto-terminated tag. @param tagName the tag name. @return this writer.

(String tagName)

Source from the content-addressed store, hash-verified

666 * @return this writer.
667 */
668 public HTMLWriter tag(String tagName)
669 {
670 return tag(tagName, NO_ATTRIBUTES);
671 }
672
673 /**
674 * Writes a single, auto-terminated tag with attributes.

Callers 15

metaMethod · 0.95
cssMethod · 0.95
callMethod · 0.80
startRenderMethod · 0.80
startTableOfContentsMethod · 0.80
startSectionMethod · 0.80
startFunctionMethod · 0.80
startUsageMethod · 0.80
CommandCompletionMethod · 0.80

Calls 7

writePrettyIndentMethod · 0.95
writeSingleTagMethod · 0.95
writePrettyNewlineMethod · 0.95
writeStartTagMethod · 0.95
writeReaderConvertedMethod · 0.95
writeEndTagMethod · 0.95
writeConvertedMethod · 0.95

Tested by

no test coverage detected