public abstract class ObjectRowProcessor extends com.univocity.parsers.common.processor.core.AbstractObjectProcessor<HtmlParsingContext> implements RowProcessor
A RowProcessor implementation for converting rows extracted by the HtmlParser into arrays of objects. This uses the value conversions provided by Conversion instances.
For each row processed, a sequence of conversions will be executed and stored in an object array, at its original position. The row with the result of these conversions will then be sent to the AbstractObjectProcessor.rowProcessed(Object[], Context) method, where the user can access it.
HtmlParser,
RowProcessor| Constructor and Description |
|---|
ObjectRowProcessor() |
processEnded, processStarted, rowProcessed, rowProcessedapplyConversions, convertAll, convertFields, convertIndexes, convertType, handleConversionError, initializeConversions, reverseConversions, toDataProcessingExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessEnded, processStarted, rowProcessedCopyright © 2018 uniVocity Software Pty Ltd. All rights reserved.