| Package | Description |
|---|---|
| com.univocity.api.entity.html |
| Modifier and Type | Method and Description |
|---|---|
protected FetchOptions |
FetchOptions.clone() |
FetchOptions |
HtmlParserSettings.getFetchOptions() |
| Modifier and Type | Method and Description |
|---|---|
FetchOutput |
HtmlElement.fetchResources(File saveFile,
Charset encoding,
FetchOptions fetchOptions)
Save the element to a local file using the
File, searching all child nodes for external resources (e.g. |
FetchOutput |
HtmlElement.fetchResources(File saveFile,
FetchOptions fetchOptions)
Save the element to a local file using the
File, searching all child nodes for external resources (e.g. |
FetchOutput |
HtmlElement.fetchResources(com.univocity.api.io.FileProvider saveFile,
FetchOptions fetchOptions)
Saves the element to a local file using the
FileProvider, searching all child nodes for external resources (e.g. |
FetchOutput |
HtmlElement.fetchResources(File saveFile,
String encoding,
FetchOptions fetchOptions)
Save the element to a local file using the
File, searching all child nodes for external resources (e.g. |
FetchOutput |
HtmlElement.fetchResources(String pathToFile,
Charset encoding,
FetchOptions fetchOptions)
Save the element to a local file at the path
pathToFile, searching all child nodes for external resources (e.g. |
FetchOutput |
HtmlElement.fetchResources(String pathToFile,
FetchOptions fetchOptions)
Save the element to a local file at the path
pathToFile, searching all child nodes for external resources (e.g. |
FetchOutput |
HtmlElement.fetchResources(String pathToFile,
String encoding,
FetchOptions fetchOptions)
Save the element a local file at the path
pathToFile, searching all child nodes for external resources (e.g. |
void |
HtmlParserSettings.fetchResourcesBeforeParsing(FetchOptions fetchOptions) |
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.