(String html, String rule)
| 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) { |
nothing calls this directly
no test coverage detected