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

Method html

htmlflow-core/src/main/java/htmlflow/HtmlPage.java:80–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 public abstract Html<HtmlPage> html();
81
82 public final Div<HtmlPage> div() {
83 return new Div<>(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected