Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ Utils
Method
Utils
htmlflow-core/src/test/java/htmlflow/test/Utils.java:52–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
static
final
Pattern NEWLINE = Pattern.compile(
"\\n"
);
51
52
private
Utils() {}
53
54
static
Element getRootElement(byte[] input) {
55
W3CDom w3cDom =
new
W3CDom();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected