public interface PartialPaginationGroup extends ElementFilter<PartialPaginationGroup>, ElementFilterStart<PartialPaginationGroup>
A class that allows further specification of exactly which element the PartialPaginationGroup starts at, as well as where the group will end. This is the last step in creating a PartialPaginationGroup. This class is called by PaginationGroupStart
PaginationGroup,
ElementFilter| Modifier and Type | Method and Description |
|---|---|
PaginationGroup |
endAt(String elementName)
Defines the HTML element where a
PaginationGroup will end. |
PaginationGroup |
endAtClosing(String elementName)
Defines the HTML element where a
PaginationGroup will end and includes this closing element into the group. |
attribute, attribute, childOf, classes, containedBy, containedBy, containing, containing, containing, filter, followedBy, followedBy, followedByText, followedImmediatelyBy, id, matchNext, not, parentOf, precededBy, precededBy, precededByText, precededImmediatelyBy, under, underHeader, withExactText, withExactTextMatchCase, withText, withTextMatchCasedownTo, downToFooter, upTo, upToHeadermatch, match, match, matchCurrent, matchFirst, matchLast, selectPaginationGroup endAt(String elementName)
Defines the HTML element where a PaginationGroup will end. As it returns a PartialPaginationGroup, it allows the further specification of exactly which HTML element the group will end at, as well as providing functionality to set the elements that should be used for pagination. If the closing element needs to be included into the group, use endAtClosing(String).
elementName - the name of the element that the group will close atPaginationGroup to specify the exact element where the group will close as well as allowing the definition of what page elements should be used for pagination.PaginationGroup endAtClosing(String elementName)
Defines the HTML element where a PaginationGroup will end and includes this closing element into the group. As it returns a PaginationGroup itself, it allows further specification of exactly which HTML element the group will end at. It also provides functionality to process elements that will be used for pagination. If the closing element should not be included in the group, use endAt(String).
elementName - the name of the element that the group will close atPaginationGroup to specify the exact element where the group will closes as well as allowing the definition of what elements will be used for pagination.Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.