Class BaseSelectorUtils


  • public class BaseSelectorUtils
    extends java.lang.Object
    Author:
    hooy
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String preParse​(java.lang.String text)
      Jsoup/HtmlCleaner could not parse "tr" or "td" tag directly https://stackoverflow.com/questions/63607740/jsoup-couldnt-parse-tr-tag
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseSelectorUtils

        public BaseSelectorUtils()
    • Method Detail

      • preParse

        public static java.lang.String preParse​(java.lang.String text)
        Jsoup/HtmlCleaner could not parse "tr" or "td" tag directly https://stackoverflow.com/questions/63607740/jsoup-couldnt-parse-tr-tag
        Parameters:
        text - - the html string
        Returns:
        text