public interface PartialGroup extends ElementFilter<PartialGroup>, ElementFilterStart<PartialGroup>
Allows further specification of exactly which element a Group starts at, as well as where the group will end. This is the last step in creating a Group. This class is accessible from a GroupStart
Group,
ElementFilter,
GroupStart,
ElementFilterStart| Modifier and Type | Method and Description |
|---|---|
Group |
endAt(String elementName)
Defines the HTML element where a
Group will end. |
Group |
endAtClosing(String elementName)
Defines the closing HTML element (such as
</table>, </div>, etc) where the Group 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, selectGroup endAt(String elementName)
Defines the HTML element where a Group will end. As it returns a Group itself, it allows the further specification of exactly which HTML element the group will end, as well as providing functionality to create fields from the group. If a closing element (such as </table>, </div>, etc) needs to be included into the group, use endAtClosing(String).
elementName - the name of the element that the group will end atGroup to specify the exact element where the group will close as well as allowing the addition of fields to the group.Group endAtClosing(String elementName)
Defines the closing HTML element (such as </table>, </div>, etc) where the Group will end and includes this closing element into the group.
As it returns a Group itself, it allows further specification of exactly which HTML element the group ends with. It also provides functionality to create fields from the group. If the closing element should not be included in the group, use endAt(String).
elementName - the name of the closing element that the group will close atGroup to specify the exact element where the group will close as well as allowing the addition of fields to the group.Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.