Package gov.nasa.pds.tools.util
Class TableUtil
java.lang.Object
gov.nasa.pds.tools.util.TableUtil
Util class to smart read a table by counting the number of headers before the "Table_" tag.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcountHeadersBeforeTable(URL fileUrl) Returns the number of "" tags in fileUrl before a "<Table_" tag.void
-
Constructor Details
-
TableUtil
public TableUtil()
-
-
Method Details
-
DocumenUtil
public void DocumenUtil() -
countHeadersBeforeTable
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.
-