Searched refs:onLine (Results 1 – 3 of 3) sorted by relevance
51 void onLine(int lineNumber, ArrayList<String> fields) throws ParseException; in onLine() method100 processor.onLine(lineNumber, fields); in parse()168 processor.onLine(lineNumber, fields); in parse()
954 public void onLine(int lineNumber, ArrayList<String> fields) in parseImpl()
35 public void onLine(int lineNumber, ArrayList<String> fields) { in onLine() method in CsvParserTest.LineCollector