|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteParserSettings | |
|---|---|
| com.univocity.parsers.remote | |
| Uses of RemoteParserSettings in com.univocity.parsers.remote |
|---|
| Classes in com.univocity.parsers.remote with type parameters of type RemoteParserSettings | |
|---|---|
class |
RemoteEntitySettings<C extends Context,S extends CommonParserSettings,G extends RemoteParserSettings,T extends RemoteFollower>
Manages configuration options for individual entities of a RemoteEntityList. |
class |
RemoteFollower<S extends RemoteEntitySettings,T extends RemoteEntityList<S>,R extends RemoteParserSettings>
An abstract class that allow parsers that use RemoteParserSettings and RemoteEntityList to access and
parse linked pages. |
| Fields in com.univocity.parsers.remote declared as RemoteParserSettings | |
|---|---|
protected R |
RemoteFollower.parserSettings
|
| Methods in com.univocity.parsers.remote that return RemoteParserSettings | |
|---|---|
protected RemoteParserSettings<S,L,C> |
RemoteParserSettings.clone()
|
RemoteParserSettings |
RemoteEntityList.getParserSettings()
|
| Methods in com.univocity.parsers.remote with parameters of type RemoteParserSettings | |
|---|---|
protected abstract E |
Paginator.newEntitySettings(RemoteParserSettings parserSettings)
Internally, the Paginator uses an instance of RemoteEntitySettings that should allow
the definition of fields specifically to control the available pagination elements found in the parsed content. |
protected abstract Paginator |
RemoteParserSettings.newPaginator(RemoteParserSettings parserSettings)
Creates an instance of a concrete implementation of Paginator |
| Constructors in com.univocity.parsers.remote with parameters of type RemoteParserSettings | |
|---|---|
Paginator(RemoteParserSettings parserSettings)
Creates a new Paginator |
|
RemoteEntityList(RemoteParserSettings globalSettings)
Creates a new, empty RemoteEntityList, applying the global configuration object, used by the
EntityParserInterface implementation, to all entity-specific settings in this list. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||