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