| Package | Description |
|---|---|
| com.univocity.api.entity.html | |
| com.univocity.api.entity.html.processor |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlParserListener.elementMatched(HtmlElement element,
HtmlParsingContext context)
A method that runs when a HTML element is matched based on the path set in the creation a field in the corresponding
HtmlEntitySettings |
void |
HtmlParserListener.elementVisited(HtmlElement element,
HtmlParsingContext context)
A method that runs every time the
HtmlParser visits a HTML element on a HTML document. |
void |
HtmlParserListener.parsingEnded(HtmlParsingContext context)
A method that runs when the parsing process has ended.
|
void |
HtmlParserListener.parsingStarted(HtmlParsingContext context)
A method that runs when the
HtmlParser begins parsing a web page. |
| Modifier and Type | Method and Description |
|---|---|
void |
RowProcessor.processEnded(HtmlParsingContext context)
This method will by invoked by the parser once, after the parsing process stopped and all resources were closed.
|
void |
RowProcessor.processStarted(HtmlParsingContext context)
This method will by invoked by the parser once, when it is ready to start processing the input.
|
void |
RowProcessor.rowProcessed(String[] row,
HtmlParsingContext context)
Invoked by the parser after all values of a valid record have been processed.
|
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.