Package org.jsoup.parser
@NullMarked package org.jsoup.parser
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
ClassDescriptionCharacterReader consumes tokens off a string.HTML Tree Builder; creates a DOM from Tokens.A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.A container for ParseErrors.Parses HTML or XML into a
Document
.Controls parser case settings, to optionally preserve tag and/or attribute name case.A StreamParser provides a progressive parse of its input.Tag capabilities.A character queue with parsing helpers.Use theXmlTreeBuilder
when you want to parse XML without any of the HTML DOM rules being applied to the document.