public interface HtmlParserResult extends com.univocity.parsers.common.Result<HtmlRecord,HtmlParsingContext>
Stores the results of parsing some input with the HtmlParser parser. The fields that are captured and the order that they appear in each row depend on how they were configured using HtmlEntitySettings before parsing.
HtmlParsingContext,
HtmlEntitySettings,
HtmlParser,
HtmlRecord| Modifier and Type | Method and Description |
|---|---|
com.univocity.parsers.common.Results<HtmlParserResult> |
getLinkedEntityData(int rowIndex) |
HtmlParserResult |
getLinkedFieldData(int rowIndex) |
HtmlParserResult getLinkedFieldData(int rowIndex)
getLinkedFieldData in interface com.univocity.parsers.common.Result<HtmlRecord,HtmlParsingContext>com.univocity.parsers.common.Results<HtmlParserResult> getLinkedEntityData(int rowIndex)
getLinkedEntityData in interface com.univocity.parsers.common.Result<HtmlRecord,HtmlParsingContext>Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.