protected int | 
MZTabHeaderLineParser.checkAbundanceColumns(int offset,
                     String order) | 
 checkAbundanceColumns. 
 | 
protected boolean | 
MZTabHeaderLineParser.checkOptColumnName(String nameLabel) | 
 Additional columns can be added to the end of the protein table. 
 | 
protected void | 
MTDLineParser.handleAssay(Matcher matcher,
           String defineLabel,
           MetadataElement element,
           String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleContact(String defineLabel,
             Matcher matcher,
             MetadataElement element,
             String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleCustom(String defineLabel,
            Matcher matcher,
            String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleCv(String defineLabel,
        Matcher matcher,
        MetadataElement element,
        String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleDatabase(String defineLabel,
              Matcher matcher,
              MetadataElement element,
              String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleDerivatizationAgent(String defineLabel,
                         Matcher matcher,
                         String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleDescription(String defineLabel,
                 String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleExternalStudyUri(String defineLabel,
                      Matcher matcher,
                      String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleIdConfidenceMeasure(String defineLabel,
                         Matcher matcher,
                         String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleInstrument(String defineLabel,
                Matcher matcher,
                MetadataElement element,
                String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleMsRun(String defineLabel,
           Matcher matcher,
           MetadataElement element,
           String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleMzTab(MetadataElement element,
           Matcher matcher,
           String defineLabel,
           String valueLabel) | 
  | 
protected void | 
MTDLineParser.handlePublication(String defineLabel,
                 Matcher matcher,
                 String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleQuantificationMethod(String defineLabel,
                          String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleSample(String defineLabel,
            Matcher matcher,
            MetadataElement element,
            String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleSampleProcessing(String defineLabel,
                      Matcher matcher,
                      String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleSmallMolecule(MetadataElement element,
                   Matcher matcher,
                   String defineLabel,
                   String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleSmallMoleculeFeature(MetadataElement element,
                          Matcher matcher,
                          String defineLabel,
                          String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleSoftware(String defineLabel,
              Matcher matcher,
              MetadataElement element,
              String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleStudyVariable(String defineLabel,
                   Matcher matcher,
                   MetadataElement element,
                   String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleTitle(String defineLabel,
           String valueLabel) | 
  | 
protected void | 
MTDLineParser.handleUri(String defineLabel,
         Matcher matcher,
         String valueLabel,
         boolean mandatory) | 
  | 
void | 
COMLineParser.parse(int lineNumber,
     String line,
     MZTabErrorList errorList) | 
 We assume that user before call this method, have parse the raw line
 is not empty line and start with section prefix. 
 | 
void | 
MTDLineParser.parse(int lineNumber,
     String mtdLine,
     MZTabErrorList errorList) | 
 We assume that user before call this method, have parse the raw line
 is not empty line and start with section prefix. 
 | 
void | 
MZTabDataLineParser.parse(int lineNumber,
     String line,
     MZTabErrorList errorList) | 
 We assume that user before call this method, have parse the raw line
 is not empty line and start with section prefix. 
 | 
void | 
MZTabHeaderLineParser.parse(int lineNumber,
     String line,
     MZTabErrorList errorList) | 
 We assume that user before call this method, have parse the raw line
 is not empty line and start with section prefix. 
 | 
protected void | 
MZTabLineParser.parse(int lineNumber,
     String line,
     MZTabErrorList errorList) | 
 We assume that user before call this method, have parse the raw line
 is not empty line and start with section prefix. 
 | 
protected abstract int | 
MZTabHeaderLineParser.parseColumns() | 
 This methods delegates to the subclasses the parsing of the columns. 
 | 
protected int | 
SEHLineParser.parseColumns() | 
 This methods delegates to the subclasses the parsing of the columns. 
 | 
protected int | 
SFHLineParser.parseColumns() | 
 This methods delegates to the subclasses the parsing of the columns. 
 | 
protected int | 
SMHLineParser.parseColumns() | 
 This methods delegates to the subclasses the parsing of the columns. 
 | 
protected int | 
MZTabHeaderLineParser.parseIndex(String header,
          String id) | 
 Parse header to a index id number. 
 | 
protected abstract void | 
MZTabHeaderLineParser.refine() | 
 | 
protected void | 
SEHLineParser.refine() | 
 | 
protected void | 
SFHLineParser.refine() | 
 | 
protected void | 
SMHLineParser.refine() | 
 | 
void | 
MTDLineParser.refineNormalMetadata() | 
 Refine the metadata, and check whether missing some important
 information. fixed_mode, variable_mode must provide in the Complete file. 
 | 
protected void | 
MZTabHeaderLineParser.refineOptionalColumn(Section section,
                    String columnHeader) | 
 Refine optional columns and check, whether they were properly defined. 
 |