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