Package gov.nasa.pds.tools.util
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 Summary
Constructors Constructor Description TableUtil() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcountHeadersBeforeTable(URL fileUrl)Returns the number of "" tags in fileUrl before a "voidDocumenUtil() 
 - 
 
- 
- 
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.
 
 
 - 
 
 -