| Package | Description |
|---|---|
| com.univocity.api.entity.html |
| Modifier and Type | Method and Description |
|---|---|
HtmlParserResult |
HtmlRecord.getLinkedFieldData() |
HtmlParserResult |
HtmlParserResult.getLinkedFieldData(int rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlRecord.getLinkedEntityData() |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParserResult.getLinkedEntityData(int rowIndex) |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(File file)
Given a
File, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(File file,
Charset encoding)
Given a
File, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(com.univocity.api.io.FileProvider fileProvider)
Given an input, made available from a
FileProvider, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(File file,
String encoding)
Given a
File, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(HtmlElement htmlTree)
Given a
HtmlElement, parses all records of all entities defined in the EntityList of this parser, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParserInterface.parse(HtmlElement htmlTree)
Given a
HtmlElement, parses all records of all entities defined in the EntityList of this parser, and returns them in a map. |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(InputStream inputStream)
Given an
InputStream, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(InputStream inputStream,
Charset encoding)
Given an
InputStream, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(InputStream inputStream,
String encoding)
Given an
InputStream, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(Reader reader)
Given a
Reader, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
com.univocity.parsers.common.Results<HtmlParserResult> |
HtmlParser.parse(com.univocity.api.io.ReaderProvider readerProvider)
Given an input, made available from a
ReaderProvider, parses all records of all entities defined in the HtmlEntityList of the HtmlParserSettings object provided in the constructor of this class, submitting them to the Processor implementation associated with each entity (through EntitySettings.setProcessor(Processor). |
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.