Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ getPdfa
Method
getPdfa
app/src/main/java/com/github/catvod/js/bean/Cache.java:18–21 ·
view source on GitHub ↗
(String html)
Source
from the content-addressed store, hash-verified
16
}
17
18
public
Document getPdfa(String html) {
19
updatePdfa(html);
20
return
pdfaDoc;
21
}
22
23
private
void
updatePdfh(String html) {
24
if
(html.equals(pdfhHtml))
return
;
Callers
2
parseDomForArray
Method · 0.80
parseDomForList
Method · 0.80
Calls
1
updatePdfa
Method · 0.95
Tested by
no test coverage detected