Package | Description |
---|---|
org.jsoup.examples |
Contains example programs and use of jsoup.
|
org.jsoup.helper |
Package containing classes supporting the core jsoup code.
|
org.jsoup.nodes |
HTML document structure nodes.
|
org.jsoup.safety |
Contains the jsoup HTML cleaner, and safelist definitions.
|
org.jsoup.select |
Packages to support the CSS-style element selector.
|
Class and Description |
---|
NodeVisitor
Node visitor interface.
|
Class and Description |
---|
NodeVisitor
Node visitor interface.
|
Class and Description |
---|
Elements
A list of
Element s, with methods that act on every element in the list. |
Evaluator
Evaluates that an element matches the selector.
|
NodeFilter
Node filter interface.
|
NodeVisitor
Node visitor interface.
|
Class and Description |
---|
NodeVisitor
Node visitor interface.
|
Class and Description |
---|
Collector.FirstFinder |
CombiningEvaluator
Base combining (and, or) evaluator.
|
Elements
A list of
Element s, with methods that act on every element in the list. |
Evaluator
Evaluates that an element matches the selector.
|
Evaluator.AttributeKeyPair
Abstract evaluator for attribute name/value matching
|
Evaluator.CssNthEvaluator |
Evaluator.IndexEvaluator
Abstract evaluator for sibling index matching
|
Evaluator.IsNthLastOfType |
Evaluator.IsNthOfType
css pseudo class nth-of-type
|
NodeFilter
Node filter interface.
|
NodeFilter.FilterResult
Filter decision.
|
NodeVisitor
Node visitor interface.
|
StructuralEvaluator
Base structural evaluator.
|