(String html, String rule, String urlKey)
| 33 | } |
| 34 | |
| 35 | @JSMethod |
| 36 | public String pd(String html, String rule, String urlKey) { |
| 37 | return parser.parseDomForUrl(html, rule, urlKey); |
| 38 | } |
| 39 | |
| 40 | @JSMethod |
| 41 | public String pdfh(String html, String rule) { |
nothing calls this directly
no test coverage detected