public interface ElementFilter<T extends ElementFilter<T>> extends BasicElementFilter<T>, UpDown<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. The filtering options provided by this ElementFilter are made available to the user once ElementFilterStart.match(String) is called to target a specific HTML tag.
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, upToHeaderCopyright © 2018 uniVocity Software Pty Ltd. All rights reserved.