sharin.csv.parser
Class BasicCsvHandler

java.lang.Object
  extended by sharin.csv.parser.BasicCsvHandler
All Implemented Interfaces:
CsvHandler

public class BasicCsvHandler
extends Object
implements CsvHandler


Constructor Summary
BasicCsvHandler()
           
 
Method Summary
 void character(char ch)
           
 void endDocument()
           
 void endRecord()
           
 void endValue()
           
 String[][] getRecords()
           
 void startDocument()
           
 void startRecord()
           
 void startValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCsvHandler

public BasicCsvHandler()
Method Detail

startDocument

public void startDocument()
Specified by:
startDocument in interface CsvHandler

startRecord

public void startRecord()
Specified by:
startRecord in interface CsvHandler

startValue

public void startValue()
Specified by:
startValue in interface CsvHandler

character

public void character(char ch)
Specified by:
character in interface CsvHandler

endValue

public void endValue()
Specified by:
endValue in interface CsvHandler

endRecord

public void endRecord()
Specified by:
endRecord in interface CsvHandler

endDocument

public void endDocument()
Specified by:
endDocument in interface CsvHandler

getRecords

public String[][] getRecords()


Copyright © 2009 SHU. All Rights Reserved.