Uses of Package
org.jsoup.select
Packages that use org.jsoup.select
Package
Description
Package containing classes supporting the core jsoup code.
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
Packages to support the CSS-style element selector.
-
Classes in org.jsoup.select used by org.jsoup.helper
-
Classes in org.jsoup.select used by org.jsoup.nodesClassDescriptionA list of
Element
s, with methods that act on every element in the list.An Evaluator tests if an element (or a node) meets the selector's requirements.A controllable Node visitor interface.A list ofNode
objects, with methods that act on every node in the list.Node visitor interface, used to walk the DOM, and visit each Node. -
Classes in org.jsoup.select used by org.jsoup.parserClassDescriptionAn Evaluator tests if an element (or a node) meets the selector's requirements.
-
Classes in org.jsoup.select used by org.jsoup.selectClassDescriptionBase combining (and, or) evaluator.A list of
Element
s, with methods that act on every element in the list.An Evaluator tests if an element (or a node) meets the selector's requirements.Abstract evaluator for attribute name/value matchingAbstract evaluator for sibling index matchingcss pseudo class nth-of-typeA controllable Node visitor interface.Traversal action.A list ofNode
objects, with methods that act on every node in the list.Node visitor interface, used to walk the DOM, and visit each Node.