Uses of Annotation Type
org.jsoup.internal.NonnullByDefault
Packages that use NonnullByDefault
Packages with annotations of type NonnullByDefault
Package
Description
Package containing classes supporting the core jsoup code.
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
Packages to support the CSS-style element selector.
-
Uses of NonnullByDefault in org.jsoup.nodes
Classes in org.jsoup.nodes with annotations of type NonnullByDefaultModifier and TypeClassDescriptionclass
An HTML Element consists of a tag name, attributes, and child nodes (including text nodes and other elements).