public class RowListProcessor extends com.univocity.parsers.common.processor.core.AbstractListProcessor<HtmlParsingContext> implements RowProcessor
A convenience RowProcessor implementation for storing all rows parsed into a list. A typical use case of this class will be:
parserSettings.setRowProcessor(new RowListProcessor()); parser.parse(reader); // will invoke the
AbstractListProcessor.rowProcessed(String[], Context)method for each parsed record.String[] headers = rowProcessor.getHeaders(); List<String[]> rows = rowProcessor.getRows();
| Constructor and Description |
|---|
RowListProcessor() |
getHeaders, getRows, processEnded, processStarted, rowProcessedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessEnded, processStarted, rowProcessedCopyright © 2018 uniVocity Software Pty Ltd. All rights reserved.