Package org.jsoup.nodes
@NullMarked
package org.jsoup.nodes
HTML document structure nodes.
-
ClassDescriptionA single key + value attribute.The attributes of an Element.A Character Data node, to support CDATA sections.A comment node.A data node, for contents of style, script tags etc, where contents should not show in text().A HTML Document.A Document's output settings control the form of the text() and html() methods.The output serialization syntax.A
<!DOCTYPE>node.An HTML Element consists of a tag name, attributes, and child nodes (including text nodes and other elements).HTML entities, and escape routines.An HTML Form Element provides ready access to the form fields/controls that are associated with it.A node that does not hold any children.The base, abstract Node model.Internal hooks used by the parser and cleaner to attach source ranges to nodes and attributes.NodeIterator<T extends Node>Iterate through a Node and its tree of descendants, in document order, and returns nodes of the specified type.Deprecated.A Range tracks the source offsets where a Node starts or ends.A Position describes a source offset and its line and column coordinates.A text node.An XML Declaration.
Element.selectNodes( String, Class)instead, with selector of::textnodeand classTextNode; will be removed in jsoup 1.24.1.