Class TableUtil

java.lang.Object
gov.nasa.pds.tools.util.TableUtil

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

    • TableUtil

      public TableUtil()
  • Method Details

    • DocumenUtil

      public void DocumenUtil()
    • countHeadersBeforeTable

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