public interface ElementPath extends ElementFilter<ElementPath>, ElementContentReader, ElementPathStart
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. The filtering options provided by this ElementPath are made available to the user once a method of ElementPathStart is called (such as ElementFilterStart.match(String) or ElementFilterStart.select(String)) to target a specific HTML tag.
ElementFilter,
ElementPathStart,
HtmlElementattribute, 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, upToHeadergetElement, getElementsgetAttribute, getElement, getFollowingText, getFollowingText, getHeadingText, getHeadingText, getOwnText, getPrecedingText, getPrecedingText, getText, getText, getTextAbove, getTextAbove, getTextAbovematch, match, match, matchCurrent, matchFirst, matchLast, selectCopyright © 2018 uniVocity Software Pty Ltd. All rights reserved.