MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / html

Method html

htmlflow-core/src/main/java/htmlflow/HtmlDoc.java:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public final Html<HtmlPage> html() {
44 this.getVisitor().write(HEADER);
45 return new Html<>(this);
46 }
47
48 @Override
49 public String getName() {

Calls 2

getVisitorMethod · 0.95
writeMethod · 0.45