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

Method span

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

Source from the content-addressed store, hash-verified

88 }
89
90 public final Span<HtmlPage> span() {
91 return new Span<>(this);
92 }
93
94 public final Tbody<HtmlPage> tbody() {
95 return new Tbody<>(this);

Callers 4

templateMethod · 0.80
templateFunction · 0.80
spanFunction · 0.80

Calls

no outgoing calls

Tested by 3

templateMethod · 0.64
templateFunction · 0.64