Package org.jsoup.select
@NullMarked package org.jsoup.select
Packages to support the CSS-style element selector.
Selector defines the query syntax.
-
ClassDescriptionCollects a list of elements that match the supplied criteria.Base combining (and, or) evaluator.A list of
Element
s, with methods that act on every element in the list.Evaluates that an element matches the selector.Evaluator for any / all element matchingEvaluator for attribute name matchingAbstract evaluator for attribute name/value matchingEvaluator for attribute name prefix matchingEvaluator for attribute name/value matchingEvaluator for attribute name/value matching (value containing)Evaluator for attribute name/value matching (value ending)Evaluator for attribute name/value matching (value regex matching)Evaluator for attribute name != value matchingEvaluator for attribute name/value matching (value prefix)Evaluator for element classEvaluator for matching Element (and its descendants) dataEvaluator for matching Element's own textEvaluator for matching Element (and its descendants) textEvaluator for matching Element (but not its descendants) wholeText.Evaluator for matching Element (and its descendants) wholeText.Evaluator for element idEvaluator for matching by sibling index number (e = idx)Abstract evaluator for sibling index matchingEvaluator for matching by sibling index number (e > idx)Evaluator for matching by sibling index number (e < idx)Evaluator for matching the first sibling (css :first-child)Evaluator for matching the last sibling (css :last-child)css-compatible Evaluator for :eq (css :nth-child)css pseudo class :nth-last-child)css pseudo class nth-of-typecss3 pseudo-class :rootEvaluator for matching Element (and its descendants) text with regexEvaluator for matching Element's own text with regexEvaluator for matching Element's own whole text with regex.Evaluator for matching Element (and its descendants) whole text with regex.Evaluator for tag nameEvaluator for tag name that ends with suffix; used for *|elEvaluator for tag name that starts with prefix; used for ns|*Node filter interface.Filter decision.A depth-first node traversor.Node visitor interface.Parses a CSS selector into an Evaluator tree.CSS-like element selector, that finds elements matching a query.