Class TableUtil


  • public class TableUtil
    extends Object
    Util class to smart read a table by counting the number of headers before the "Table_" tag.
    • Constructor Detail

      • TableUtil

        public TableUtil()
    • Method Detail

      • DocumenUtil

        public void DocumenUtil()
      • countHeadersBeforeTable

        public int countHeadersBeforeTable​(URL fileUrl)
        Returns the number of "
        " tags in fileUrl before a "
        Parameters:
        fileUrl - The URL of the label.
        Returns:
        headersBeforeTable The number of headers before a table tag.