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

Method HtmlDoc

htmlflow-core/src/main/java/htmlflow/HtmlDoc.java:39–41  ·  view source on GitHub ↗
(HtmlDocVisitor visitor)

Source from the content-addressed store, hash-verified

37 private final HtmlDocVisitor visitor;
38
39 HtmlDoc(HtmlDocVisitor visitor) {
40 this.visitor = visitor;
41 }
42
43 public final Html<HtmlPage> html() {
44 this.getVisitor().write(HEADER);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected