-
public class HtmlUtils
-
-
Method Summary
Modifier and Type Method Description final StringBuilderreplaceHTMLCharset(String htmlContent, Pattern charsetPattern, String targetCharset)Replace the charset to the target charset final BooleanhasHtmlTags(String htmlContent)final BooleanhasHeadTags(String htmlContent)final BooleanhasBodyTags(String htmlContent)final BooleanisBlankBody(String htmlContent)-
-
Method Detail
-
replaceHTMLCharset
final StringBuilder replaceHTMLCharset(String htmlContent, Pattern charsetPattern, String targetCharset)
Replace the charset to the target charset
-
hasHtmlTags
final Boolean hasHtmlTags(String htmlContent)
-
hasHeadTags
final Boolean hasHeadTags(String htmlContent)
-
hasBodyTags
final Boolean hasBodyTags(String htmlContent)
-
isBlankBody
final Boolean isBlankBody(String htmlContent)
-
-
-
-