MCPcopy 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

parseDomForArrayMethod · 0.80
parseDomForListMethod · 0.80

Calls 1

updatePdfaMethod · 0.95

Tested by

no test coverage detected