| Interface | Description |
|---|---|
| HTMLComponent |
This interface extends the XNI
XMLComponent interface
to add methods that allow the preferred default values for features
and properties to be queried. |
| HTMLErrorReporter |
Defines an error reporter for reporting HTML errors.
|
| HTMLScanner.Scanner |
Basic scanner interface.
|
| HTMLTagBalancingListener |
EXPERIMENTAL: may change in next release.
|
| Class | Description |
|---|---|
| HTMLConfiguration |
An XNI-based parser configuration that can be used to parse HTML
documents.
|
| HTMLElements |
Collection of HTML element information.
|
| HTMLElements.Element |
Element information.
|
| HTMLNamedEntitiesParser |
This is a very specialized class for recognizing HTML named entities with the ability
to look them up in stages.
|
| HTMLNamedEntitiesParser.RootState |
This is our initial state and has a special optimization applied.
|
| HTMLNamedEntitiesParser.State |
Our "level" in the treeish structure that keeps its static state and the next level
underneath.
|
| HTMLScanner |
A simple HTML scanner.
|
| HTMLTagBalancer |
Balances tags in an HTML document.
|
| HTMLTagBalancer.Info |
Element info for each start element.
|
| HTMLTagBalancer.InfoStack |
Unsynchronized stack of element information.
|
| HTMLUnicodeEntitiesParser |
Parser for the Pre-defined named HTML entities.
|
Copyright © 2025 HtmlUnit. All rights reserved.