Uses of Class
org.bndly.common.html.HTMLParsingException
-
-
Uses of HTMLParsingException in org.bndly.common.html
Methods in org.bndly.common.html that throw HTMLParsingException Modifier and Type Method Description ParserParser. parse()static StringHTMLShortener. shorten(String inputHtml, int maxCharacters)Shortens the input string and strips all markup elements.static StringHTMLShortener. shortenAndKeepMarkup(String inputHtml, int maxCharacters)Shortens the input string and keeps all markup elements.static StringHTMLShortener. shortenAndKeepMarkup(String inputHtml, int maxCharacters, String appendAtEnd)Shortens the input string and keeps all markup elements.static voidHTMLShortener. shortenAndKeepMarkupOnHTML(HTML html, int maxCharacters, String appendAtEnd)
-