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

Method start

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

Starts an HTML document. Convenience method for: doctype("html").push("html") @return this writer.

()

Source from the content-addressed store, hash-verified

963 * @return this writer.
964 */
965 public HTMLWriter start()
966 {
967 return doctype("html").push("html");
968 }
969
970 /**
971 * Starts an HTML document with a different DOCTYPE.

Callers

nothing calls this directly

Calls 2

doctypeMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected