Package | Description |
---|---|
org.jsoup.helper | |
org.jsoup.nodes |
HTML document structure nodes.
|
org.jsoup.select |
Packages to support the CSS-style element selector.
|
Class | Description |
---|---|
NodeVisitor |
Node visitor interface.
|
Class | 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 | 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.
|
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.
|
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.