| Package | Description |
|---|---|
| com.univocity.api.entity.html.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementFilter<T extends ElementFilter<T>>
An
ElementFilter establishes rules to select only those HTML elements that fit a certain criteria, while also allowing the matching of elements under or above the current element matched by the parser. |
interface |
ElementFilterStart<T extends ElementFilter<T>>
Provides the first step of an
ElementFilter. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementPath
An
ElementPath establishes rules to select only those HTML elements that fit a certain criteria, while also allowing the matching of elements under or above the current element matched by the parser. |
interface |
FieldPath
A path to a field of an entity.
|
interface |
Group
A group defines the boundaries where a given set of fields should be processed.
|
interface |
PaginationGroup
A special purpose
Group-like structure, used only for HtmlPaginators. |
interface |
PaginationPath
A
PaginationPath can be created from an entity using HtmlPaginator.newPath() or from a PaginationGroup using PathCopy.copyPath(). |
interface |
PartialGroup
Allows further specification of exactly which element a
Group starts at, as well as where the group will end. |
interface |
PartialPaginationGroup
A class that allows further specification of exactly which element the
PartialPaginationGroup starts at, as well as where the group will end. |
interface |
PartialPath
A
PartialPath can be created from an entity using HtmlEntitySettings.newPath() or from an entity’s group, using PathCopy.copyPath(). |
interface |
RecordTrigger
Used in
HtmlEntitySettings.addRecordTrigger() to create a path that defines when a new record should be created. |
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.