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.
    Tag
    Tag capabilities.
    A character queue with parsing helpers.
    Use the XmlTreeBuilder when you want to parse XML without any of the HTML DOM rules being applied to the document.