org.genepattern.io
Interface IOdfHandler


public interface IOdfHandler

An interface for receiving notification of the content of an odf document


Method Summary
 void data(int row, int column, java.lang.String s)
           
 void endHeader()
           
 void header(java.lang.String key, java.lang.String value)
           
 void header(java.lang.String key, java.lang.String[] values)
           
 

Method Detail

endHeader

public void endHeader()
               throws ParseException
Throws:
ParseException

header

public void header(java.lang.String key,
                   java.lang.String[] values)
            throws ParseException
Throws:
ParseException

header

public void header(java.lang.String key,
                   java.lang.String value)
            throws ParseException
Throws:
ParseException

data

public void data(int row,
                 int column,
                 java.lang.String s)
          throws ParseException
Throws:
ParseException


Hosted by docs.bugaco.com