Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testThatSpanElementCanBeUsedOnHtmlDocAsRootElement
Method · 0.80
template
Method · 0.80
template
Function · 0.80
span
Function · 0.80
Calls
no outgoing calls
Tested by
3
testThatSpanElementCanBeUsedOnHtmlDocAsRootElement
Method · 0.64
template
Method · 0.64
template
Function · 0.64