public interface HtmlParser
Modifier and Type | Method and Description |
---|---|
String |
extractText(String html) |
String |
findAttributeValue(Predicate<Function<String,String>> findValuePredicate,
Function<Function<String,String>,String> returnValueFunction,
String html,
String startTagName) |
String |
render(String html) |