Package org.jsoup.parser


@NullMarked package org.jsoup.parser
Contains the HTML parser, tag specifications, and HTML tokeniser.
  • Classes
    Class
    Description
    CharacterReader 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
    A Tag represents an Element's name and configured options, common throughout the Document.
    A TagSet controls the Tag configuration for a Document's parse, and its serialization.
    A character reader with helpers focusing on parsing CSS selectors.
    Use the XmlTreeBuilder when you want to parse XML without any of the HTML DOM rules being applied to the document.