Class HTMLUtils
java.lang.Object
com.biglybt.core.html.HTMLUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListconvertHTMLToText(String indent, String text) returns a list of strings for each line in a basic text representationstatic StringconvertHTMLToText2(String content) static StringconvertListToString(List list) static Stringstatic Object[]static voidstatic StringremoveTagPairs(String content, String tag_name) static StringsplitWithLineLength(String str, int length) static StringtoColorHexString(int r, int g, int b, int a)
-
Constructor Details
-
HTMLUtils
public HTMLUtils()
-
-
Method Details
-
convertHTMLToText
-
convertListToString
-
convertHTMLToText2
-
splitWithLineLength
-
removeTagPairs
-
getLinks
-
expand
-
main
-
toColorHexString
-