Package org.jsoup.nodes
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.A HTML element consists of a tag name, attributes, and child nodes (including text nodes and other elements).HTML entities, and escape routines.Holds packed data that represents Entity name=value pairs.A HTML Form Element provides ready access to the form fields/controls that are associated with it.The base, abstract Node model.Internal helpers for Nodes, to keep the actual node APIs relatively clean.A text node.An XML Declaration.