Uses of Interface
com.metsci.glimpse.dspl.parser.TableParser

Packages that use TableParser
com.metsci.glimpse.dspl Support for parsing Google Data Set Publishing Language (DSPL) metadata files. 
com.metsci.glimpse.dspl.parser Data parsing utilities for DSPL data files. 
 

Uses of TableParser in com.metsci.glimpse.dspl
 

Methods in com.metsci.glimpse.dspl that return TableParser
 TableParser DsplParser.getTableParser(java.lang.String format)
           
 TableParser DsplParser.getTableParser(Table table)
           
 

Methods in com.metsci.glimpse.dspl with parameters of type TableParser
 void DsplParser.addTableParser(java.lang.String format, TableParser parser)
           
 

Uses of TableParser in com.metsci.glimpse.dspl.parser
 

Subinterfaces of TableParser in com.metsci.glimpse.dspl.parser
 interface MultipleFileTableParser
           
 

Classes in com.metsci.glimpse.dspl.parser that implement TableParser
 class ColumnBinaryParser
           
 class CsvParser
          The standard DSPL CSV parser capable of parsing CSV files which correspond to Google's rules for CSV table files.
 class ExtendedCsvParser
           
 class SimpleBinaryParser
           
 class WildcardCsvParser
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.