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

Method push

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

Pushes (and writes) an open tag onto the stack. @param tagName the tag name. @return this writer. @see #pop()

(String tagName)

Source from the content-addressed store, hash-verified

913 * @see #pop()
914 */
915 public HTMLWriter push(String tagName)
916 {
917 return push(tagName, NO_ATTRIBUTES);
918 }
919
920 /**
921 * Pushes (and writes) an open tag onto the stack with attributes.

Callers 14

scriptMethod · 0.95
callMethod · 0.45
startRenderMethod · 0.45
startTableOfContentsMethod · 0.45
startSectionMethod · 0.45
startFunctionMethod · 0.45
startUsageMethod · 0.45
writeParameterUsageMethod · 0.45
writeParameterReturnMethod · 0.45
processDirectiveLineMethod · 0.45
startMethod · 0.45

Calls 3

writePrettyIndentMethod · 0.95
writeStartTagMethod · 0.95
writePrettyNewlineMethod · 0.95

Tested by

no test coverage detected