MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / pdfa

Method pdfa

app/src/main/java/com/github/catvod/js/Function.java:45–48  ·  view source on GitHub ↗
(String html, String rule)

Source from the content-addressed store, hash-verified

43 }
44
45 @JSMethod
46 public JSArray pdfa(String html, String rule) {
47 return JSUtil.toArray(ctx, parser.parseDomForArray(html, rule));
48 }
49
50 @JSMethod
51 public JSArray pdfl(String html, String rule, String texts, String urls, String urlKey) {

Callers

nothing calls this directly

Calls 2

toArrayMethod · 0.95
parseDomForArrayMethod · 0.80

Tested by

no test coverage detected