| Package | Description | 
|---|---|
| uk.ac.ebi.arrayexpress2.magetab.utils.tab | 
| Modifier and Type | Method and Description | 
|---|---|
static TableParser.Option | 
TableParser.Option.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TableParser.Option[] | 
TableParser.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String[][] | 
TableParserRunner.parse(InputStream input,
     String encoding,
     TableParser.Option... options)  | 
static String[][] | 
TableParserRunner.parseSection(InputStream input,
            String encoding,
            String sectionStartTag,
            String sectionEndTag,
            TableParser.Option... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TableDataHandler.setOptions(Set<TableParser.Option> options)  | 
void | 
ITableDataHandler.setOptions(Set<TableParser.Option> options)  | 
| Constructor and Description | 
|---|
TableParser(ITableDataHandler dataHandler,
           TableParser.Option... options)  | 
TableParser(TableParser.Option... options)  | 
Copyright © 2014. All rights reserved.