| Package | Description |
|---|---|
| com.univocity.api.entity.html.builders |
| 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 |
ElementPathStart
The starting point of an
ElementPath to match elements when HtmlElement.query() is called. |
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 |
PaginationPathStart
Provides the start of a
PaginationPath. |
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 |
PartialPathStart
Provides the start of a
PartialPath. |
interface |
PathStart
Provides the start of a
FieldPath. |
interface |
RecordTrigger
Used in
HtmlEntitySettings.addRecordTrigger() to create a path that defines when a new record should be created. |
interface |
RecordTriggerStart
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.